new addMoreBoxStatsCustomer hook

This commit is contained in:
TuxGasy 2017-07-02 22:20:07 +02:00
parent c56ea50251
commit 1f9bd2538e

View File

@ -604,11 +604,17 @@ if ($id > 0)
if ($link) $boxstat.='</a>';
}
$parameters = array();
$reshook = $hookmanager->executeHooks('addMoreBoxStatsCustomer', $parameters, $object, $action);
if(empty($reshook)){
$boxstat.= $hookmanager->resPrint;
}
$boxstat.='</td></tr>';
$boxstat.='</table>';
$boxstat.='</div>';
print $boxstat;
print $boxstat;
$now=dol_now();