diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index e93bddb2e0b..4c47432ac99 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -604,15 +604,15 @@ if ($id > 0) if ($link) $boxstat.=''; } - $boxstat.=''; - $boxstat.=''; - $boxstat.=''; - $parameters = array(); $reshook = $hookmanager->executeHooks('addMoreBoxStatsCustomer', $parameters, $object, $action); if(empty($reshook)){ $boxstat.= $hookmanager->resPrint; } + + $boxstat.=''; + $boxstat.=''; + $boxstat.=''; print $boxstat;