Move addMoreBoxStatsCustomer after table tag
This commit is contained in:
parent
67f11103a3
commit
bec5bde363
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user