Debug v16

This commit is contained in:
Laurent Destailleur 2022-06-10 09:17:48 +02:00
parent ea0589cbc3
commit 4040f65a33
2 changed files with 521 additions and 431 deletions

File diff suppressed because it is too large Load Diff

View File

@ -334,6 +334,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= $db->order($sortfield, $sortorder);
/* If a group by is required
$sql .= " GROUP BY ";