Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 25, 2017
1 parent bec5bde commit f4857af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/comm/card.php
Expand Up @@ -604,15 +604,15 @@
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;

Expand Down

0 comments on commit f4857af

Please sign in to comment.