Skip to content

Commit

Permalink
Merge branch '17.0' of https://github.com/Dolibarr/dolibarr into 17.0…
Browse files Browse the repository at this point in the history
…_koesio
  • Loading branch information
atm-lena committed Jan 29, 2025
2 parents fae352d + 44d6803 commit 39e0e28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/contrat/services_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@

// Add where from extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
// Add where from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;

$sql .= $db->order($sortfield, $sortorder);

//print $sql;
Expand Down

0 comments on commit 39e0e28

Please sign in to comment.