From f4857af7aa854ba0403976ba4b111a8adb590ae3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Jul 2017 20:31:41 +0200 Subject: [PATCH] Update card.php --- htdocs/comm/card.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index e93bddb2e0bcf..4c47432ac99fa 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -604,15 +604,15 @@ 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;