f
This commit is contained in:
parent
7c5a534ac2
commit
dc99f54030
|
|
@ -23,9 +23,9 @@ class Typeavenant extends Modele
|
|||
{
|
||||
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)
|
||||
where (B.oldCodeTypeAvenant=?) and A.order by A.libelleEng';
|
||||
where (B.oldCodeTypeAvenant=?) and A.extranetClient="1" order by A.libelle';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user