We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b8a7b commit 9157d27Copy full SHA for 9157d27
1 file changed
interface/web/client/client_list.php
@@ -16,6 +16,8 @@
16
$app->auth->check_module_permissions('client');
17
18
$app->uses('listform_actions');
19
+
20
+$app->listform_actions->SQLOrderBy = 'ORDER BY company_name, contact_name, client_id';
21
$app->listform_actions->onLoad();
22
23
0 commit comments