Skip to content

Commit

Permalink
Move addMoreBoxStatsCustomer after table tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxgasy committed Jul 6, 2017
1 parent 67f1110 commit bec5bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/comm/card.php
Expand Up @@ -604,16 +604,16 @@
if ($link) $boxstat.='</a>';
}

$boxstat.='</td></tr>';
$boxstat.='</table>';
$boxstat.='</div>';

$parameters = array();
$reshook = $hookmanager->executeHooks('addMoreBoxStatsCustomer', $parameters, $object, $action);
if(empty($reshook)){
$boxstat.= $hookmanager->resPrint;
}

$boxstat.='</td></tr>';
$boxstat.='</table>';
$boxstat.='</div>';

print $boxstat;

$now=dol_now();
Expand Down

0 comments on commit bec5bde

Please sign in to comment.