From 7c5a534ac241aed14e3b820598baf8e7cc398a5e Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 08:50:46 +0000 Subject: [PATCH] vaba --- Modele/Typeavenant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modele/Typeavenant.php b/Modele/Typeavenant.php index f7a3b9e..7e6ba56 100644 --- a/Modele/Typeavenant.php +++ b/Modele/Typeavenant.php @@ -25,7 +25,7 @@ class Typeavenant extends Modele { $sql = 'SELECT A.codeTypeAvenant as `code`, A.libelleEng as libelle FROM typeavenant A join suiteavenant B on (B.codeTypeAvenant=A.codeTypeAvenant) - where (B.oldCodeTypeAvenant=?) and A.order by A.libelle'; + where (B.oldCodeTypeAvenant=?) and A.order by A.libelleEng'; } else {