FIX : sortorder
This commit is contained in:
parent
1e0972f0a1
commit
8438c7cd6c
@ -272,7 +272,7 @@ $tabsqlsort[24] = "code ASC, label ASC";
|
||||
$tabsqlsort[25] = "t.module ASC, t.code ASC, t.label ASC";
|
||||
//$tabsqlsort[26]="code ASC";
|
||||
$tabsqlsort[27] = "code ASC";
|
||||
$tabsqlsort[28] = "country ASC, code ASC";
|
||||
$tabsqlsort[28] = "sortorder ASC, country ASC, code ASC";
|
||||
$tabsqlsort[29] = "position ASC";
|
||||
$tabsqlsort[30] = "code ASC";
|
||||
//$tabsqlsort[31]="pcg_version ASC";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user