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 {