fix indent

This commit is contained in:
TuxGasy 2017-07-04 21:56:47 +02:00
parent 1f9bd2538e
commit 67f11103a3

View File

@ -604,17 +604,17 @@ if ($id > 0)
if ($link) $boxstat.='</a>'; if ($link) $boxstat.='</a>';
} }
$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.='</td></tr>';
$boxstat.='</table>'; $boxstat.='</table>';
$boxstat.='</div>'; $boxstat.='</div>';
print $boxstat; print $boxstat;
$now=dol_now(); $now=dol_now();