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