a
This commit is contained in:
parent
5d38ae391b
commit
29a5b65352
|
|
@ -25,13 +25,13 @@ 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=?) order by A.libelle';
|
||||
where (B.oldCodeTypeAvenant=?) and A.order by A.libelle';
|
||||
}
|
||||
else
|
||||
{
|
||||
$sql = 'SELECT A.codeTypeAvenant as `code`, A.libelle FROM typeavenant A
|
||||
join suiteavenant B on (B.codeTypeAvenant=A.codeTypeAvenant)
|
||||
where (B.oldCodeTypeAvenant=?) order by A.libelle';
|
||||
where (B.oldCodeTypeAvenant=?) and A.extranetClient="1" order by A.libelle';
|
||||
}
|
||||
|
||||
$liste = $this->executerRequete($sql, array($oldCodeTypeAvenant));
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
$etatPolice = $police['etatPolice'];
|
||||
}
|
||||
?>
|
||||
KANE
|
||||
|
||||
<div id="div_fichepolice">
|
||||
<fieldset style='font-size:10pt;'>
|
||||
<legend> <?= _("Informations Police") ?> </legend>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user