From 9157d275c8f0b60d1b846f9160ecacf625e72f28 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 10 Mar 2009 13:23:10 -0400
Subject: [PATCH] changed sorting in the client list.

---
 interface/web/client/client_list.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/client/client_list.php b/interface/web/client/client_list.php
index 044c502..84eb799 100644
--- a/interface/web/client/client_list.php
+++ b/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();
 
 

--
Gitblit v1.9.1