Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
9157d275
Commit
9157d275
authored
Mar 10, 2009
by
tbrehm
Browse files
changed sorting in the client list.
parent
a9b8a7b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/client_list.php
View file @
9157d275
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment