RRG : Activation du service
This commit is contained in:
parent
82ac4041a4
commit
a2e7d1e807
@ -42,6 +42,6 @@ return array(
|
||||
'versions' => array(
|
||||
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
||||
),
|
||||
'idClient' => array(1),
|
||||
'idClient' => array(1,192),
|
||||
),
|
||||
);
|
@ -60,7 +60,7 @@ class Entreprise extends Scores_Ws_Server
|
||||
$Infos->FJ = $evaluation['FJ'];
|
||||
$Infos->DateCreaEn = $evaluation['DateCreaEn'];
|
||||
|
||||
$Infos->AdresseNum = $evaluation['AdresseNum'];
|
||||
$Infos->AdresseNum = str_pad($evaluation['AdresseNum'], 5, 0);
|
||||
$Infos->AdresseBtq = $evaluation['AdresseBtq'];
|
||||
$Infos->AdresseVoie = $evaluation['AdresseVoie'];
|
||||
if ($evaluation['AdresseRue'] != '') {
|
||||
|
Loading…
Reference in New Issue
Block a user