Merge branch '14_FIX_Add_Footer_HookAccountancy' of github.com:noec764/dolibarr into 14_FIX_Add_Footer_HookAccountancy

This commit is contained in:
Noé Courtier 2022-11-25 16:51:19 +01:00
commit 863a56c02c
2 changed files with 4 additions and 3 deletions

View File

@ -497,7 +497,7 @@ if ($action != 'export_csv') {
print "<td></td>\n"; print "<td></td>\n";
print '</tr>'; print '</tr>';
$parameters = array('arrayfields'=>$arrayfields, 'sql'=>$sql); $parameters = array('arrayfields'=>$arrayfields, 'sql'=>$sql);
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object, $action); // Note that $action and $object may have been modified by hook $reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint; print $hookmanager->resPrint;

View File

@ -1524,4 +1524,5 @@ print '</form>';
// End of page // End of page
llxFooter(); llxFooter();
$db->close();
$db->close();