From 47f04e3f1c32ce2324c3aad2dc371b2adda55c5d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Oct 2008 00:24:44 +0000 Subject: [PATCH] Patch matelli --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 39bd6077cef..3fce4fbc136 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2166,7 +2166,7 @@ class Form $sql = "SELECT code, label"; $sql.= " FROM ".MAIN_DB_PREFIX."c_prospectlevel"; $sql.= " WHERE active > 0"; - $sql.= " ORDER BY label"; + $sql.= " ORDER BY sortorder"; $resql = $this->db->query($sql); if ($resql) {