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