new addMoreBoxStatsCustomer hook
This commit is contained in:
parent
c56ea50251
commit
1f9bd2538e
@ -604,11 +604,17 @@ if ($id > 0)
|
|||||||
if ($link) $boxstat.='</a>';
|
if ($link) $boxstat.='</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$parameters = array();
|
||||||
|
$reshook = $hookmanager->executeHooks('addMoreBoxStatsCustomer', $parameters, $object, $action);
|
||||||
|
if(empty($reshook)){
|
||||||
|
$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();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user