tbrehm
2009-03-10 9157d275c8f0b60d1b846f9160ecacf625e72f28
changed sorting in the client list.
1 files modified
2 ■■■■■ changed files
interface/web/client/client_list.php 2 ●●●●● patch | view | raw | blame | history
interface/web/client/client_list.php
@@ -16,6 +16,8 @@
$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();