Skip to content

Commit

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

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

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

print $boxstat;
print $boxstat;

$now=dol_now();

Expand Down

0 comments on commit 67f1110

Please sign in to comment.