Patch matelli
This commit is contained in:
parent
5705ec4e18
commit
47f04e3f1c
@ -2166,7 +2166,7 @@ class Form
|
|||||||
$sql = "SELECT code, label";
|
$sql = "SELECT code, label";
|
||||||
$sql.= " FROM ".MAIN_DB_PREFIX."c_prospectlevel";
|
$sql.= " FROM ".MAIN_DB_PREFIX."c_prospectlevel";
|
||||||
$sql.= " WHERE active > 0";
|
$sql.= " WHERE active > 0";
|
||||||
$sql.= " ORDER BY label";
|
$sql.= " ORDER BY sortorder";
|
||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user