Skip to content

Commit 9157d27

Browse files
committed
changed sorting in the client list.
1 parent a9b8a7b commit 9157d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/client/client_list.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
$app->auth->check_module_permissions('client');
1717

1818
$app->uses('listform_actions');
19+
20+
$app->listform_actions->SQLOrderBy = 'ORDER BY company_name, contact_name, client_id';
1921
$app->listform_actions->onLoad();
2022

2123

0 commit comments

Comments
 (0)