Update card.php

This commit is contained in:
Laurent Destailleur 2017-07-25 20:31:41 +02:00 committed by GitHub
parent bec5bde363
commit f4857af7aa

View File

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