Fix: avoid foreach error
This commit is contained in:
parent
1fd9f5e1fb
commit
c3997194b2
@ -44,6 +44,7 @@ $ref = GETPOST('ref');
|
||||
$mode = (GETPOST('mode') ? GETPOST('mode') : 'byunit');
|
||||
$error = 0;
|
||||
$mesg = '';
|
||||
$graphfiles=array();
|
||||
|
||||
$socid='';
|
||||
if (! empty($user->societe_id)) $socid=$user->societe_id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user