We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02f3f commit 8471a3dCopy full SHA for 8471a3d
interface/web/client/reseller_edit.php
@@ -104,7 +104,7 @@ function onShowEnd() {
104
105
global $app;
106
107
- $sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a'";
+ $sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a' ORDER BY template_name ASC";
108
$tpls = $app->db->queryAllRecords($sql);
109
$option = '';
110
$tpl = array();
0 commit comments