mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
add hook to be able to insert lists of payments
This commit is contained in:
parent
5c5939cd06
commit
48ef9a9a4d
|
|
@ -1762,6 +1762,10 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
|||
dol_print_error($db);
|
||||
}
|
||||
|
||||
//Hook to display your print listing (list of CB card from Stancer Plugin for example)
|
||||
$parameters = array('arrayfields'=>array(), 'param'=>'', 'sortfield'=>'', 'sortorder'=>'', 'linetype'=>'');
|
||||
$reshook = $hookmanager->executeHooks('printNewTable', $parameters, $object);
|
||||
print $hookmanager->resPrint;
|
||||
|
||||
if (empty($conf->global->SOCIETE_DISABLE_BUILDDOC)) {
|
||||
print '<br>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user