1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Thomas Zilio
2019-11-15 14:53:46 +01:00
parent d7c5f2fa0e
commit 5bbada6ebf
2 changed files with 7 additions and 1 deletions

View File

@ -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);
}
}