mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix PHP error
This commit is contained in:
parent
b8b32ae2e3
commit
ca80c58853
|
|
@ -73,7 +73,7 @@ if ($boxorder && $zone != '' && $userid > 0)
|
|||
if ($result > 0)
|
||||
{
|
||||
$langs->load("boxes");
|
||||
if (empty(GETPOST('closing')))
|
||||
if (! GETPOST('closing'))
|
||||
{
|
||||
setEventMessages($langs->trans("BoxAdded"), null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user