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)
{