Skip to content

Commit 8471a3d

Browse files
author
cfoe
committed
set standard sorting of list to reseller name
1 parent 9d02f3f commit 8471a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/reseller_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function onShowEnd() {
104104

105105
global $app;
106106

107-
$sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a'";
107+
$sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a' ORDER BY template_name ASC";
108108
$tpls = $app->db->queryAllRecords($sql);
109109
$option = '';
110110
$tpl = array();

0 commit comments

Comments
 (0)