mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix #675
This commit is contained in:
@ -19,4 +19,10 @@ if (isset($id_record)) {
|
||||
} catch (Exception $e) {
|
||||
$error = true;
|
||||
}
|
||||
|
||||
if(empty($record)){
|
||||
flash()->warning(tr('Nessuna fattura da importare!'));
|
||||
|
||||
redirect(ROOTDIR.'/controller.php?id_module='.$id_module);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user