diff --git a/interface/web/client/client_list.php b/interface/web/client/client_list.php index 044c502eb4a84bb4ba23ebf55c610a1e6db16454..84eb799d0f51a629a7ed760b36ee78c98c1ad93c 100644 --- a/interface/web/client/client_list.php +++ b/interface/web/client/client_list.php @@ -16,6 +16,8 @@ $list_def_file = "list/client.list.php"; $app->auth->check_module_permissions('client'); $app->uses('listform_actions'); + +$app->listform_actions->SQLOrderBy = 'ORDER BY company_name, contact_name, client_id'; $app->listform_actions->onLoad();