This commit is contained in:
KONE SOREL 2026-01-17 08:50:46 +00:00
parent 6ffacad446
commit 7c5a534ac2

View File

@ -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
{