vaba
This commit is contained in:
parent
6ffacad446
commit
7c5a534ac2
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user