You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: htdocs/contrat/services_list.php
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -395,10 +395,6 @@
395
395
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
396
396
$sql .= $hookmanager->resPrint;
397
397
398
-
$sql .= $db->order($sortfield, $sortorder);
399
-
400
-
//print $sql;
401
-
402
398
// Count total nb of records
403
399
$nbtotalofrecords = '';
404
400
if (!getDolGlobalInt('MAIN_DISABLE_FULL_SCANLIST')) {
@@ -410,7 +406,7 @@
410
406
}
411
407
}
412
408
413
-
// Complete request and execute it with limit
409
+
// Complete request and execute it with order and limit
0 commit comments