Fix missing orde by
This commit is contained in:
parent
b5f057051b
commit
a0fc26fbd8
@ -686,7 +686,7 @@ else
|
|||||||
// Load array of colors by type
|
// Load array of colors by type
|
||||||
$colorsbytype=array();
|
$colorsbytype=array();
|
||||||
$labelbytype=array();
|
$labelbytype=array();
|
||||||
$sql="SELECT code, color, libelle FROM ".MAIN_DB_PREFIX."c_actioncomm";
|
$sql="SELECT code, color, libelle FROM ".MAIN_DB_PREFIX."c_actioncomm ORDER BY position";
|
||||||
$resql=$db->query($sql);
|
$resql=$db->query($sql);
|
||||||
while ($obj = $db->fetch_object($resql))
|
while ($obj = $db->fetch_object($resql))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user