This commit is contained in:
KONE SOREL 2026-01-17 08:52:47 +00:00
parent 7c5a534ac2
commit dc99f54030

View File

@ -23,9 +23,9 @@ class Typeavenant extends Modele
{ {
if (est_anglophone()) if (est_anglophone())
{ {
$sql = 'SELECT A.codeTypeAvenant as `code`, A.libelleEng as libelle FROM typeavenant A $sql = 'SELECT A.codeTypeAvenant as `code`, A.libelleEng AS libelle FROM typeavenant A
join suiteavenant B on (B.codeTypeAvenant=A.codeTypeAvenant) join suiteavenant B on (B.codeTypeAvenant=A.codeTypeAvenant)
where (B.oldCodeTypeAvenant=?) and A.order by A.libelleEng'; where (B.oldCodeTypeAvenant=?) and A.extranetClient="1" order by A.libelle';
} }
else else
{ {