Restore compatibility
This commit is contained in:
parent
c8fd12cdaa
commit
34c197f268
@ -152,7 +152,8 @@ if (empty($user->societe_id))
|
|||||||
$parameters=array();
|
$parameters=array();
|
||||||
$action='';
|
$action='';
|
||||||
$reshook=$hookmanager->executeHooks('addStatisticLine',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks
|
$reshook=$hookmanager->executeHooks('addStatisticLine',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks
|
||||||
|
$boxstat.=$hookmanager->resPrint;
|
||||||
|
|
||||||
if (empty($reshook))
|
if (empty($reshook))
|
||||||
{
|
{
|
||||||
// Condition to be checked for each display line dashboard
|
// Condition to be checked for each display line dashboard
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user