From 8438c7cd6c8c3cd4f91a56b84233e6bd91c769ee Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Thu, 19 May 2022 14:09:50 +0200 Subject: [PATCH] FIX : sortorder --- htdocs/admin/dict.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 3287cadc774..6b5d28cc4f9 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -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";