Skip to content
Snippets Groups Projects
Commit a0fc26fb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing orde by

parent b5f05705
No related branches found
No related tags found
No related merge requests found
......@@ -686,7 +686,7 @@ else
// Load array of colors by type
$colorsbytype=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);
while ($obj = $db->fetch_object($resql))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment