diff --git a/library/WsScore/Saisie/v0.2/Service.php b/library/WsScore/Saisie/v0.2/Service.php index 258b1980..834e8136 100644 --- a/library/WsScore/Saisie/v0.2/Service.php +++ b/library/WsScore/Saisie/v0.2/Service.php @@ -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'), );