suppression parametre confidentiel ajouté dans la branche

This commit is contained in:
benoitpotier 2017-03-21 11:56:05 +01:00
parent 520bb9fe93
commit a292d63f1b

View File

@ -1386,12 +1386,10 @@ class Saisie extends Scores_Ws_Server
* Postes et Information du bilan
* @param string $step (normal|nocheck|onlycheck)
* Etape
* @param string $confidentiel (0: non|idCient: oui)
* Confidentialité
* @return int
* @throws SoapFault
*/
public function setBilan($siren, $cloture, $type, $data, $step = null, $confidentiel=0)
public function setBilan($siren, $cloture, $type, $data, $step = null)
{
$this->authenticate();
@ -1487,7 +1485,6 @@ class Saisie extends Scores_Ws_Server
'unite' => $data->unite,
'postes' => $data->postes,
'partenaire' => 1,
'confidentiel' => $confidentiel,
'dateInsert' => date('YmdHis'),
);
@ -1534,7 +1531,6 @@ class Saisie extends Scores_Ws_Server
'unite' => $data->unite,
'postes' => $data->postes,
'partenaire' => 1,
'confidentiel' => $confidentiel,
'dateInsert' => date('YmdHis'),
);