commit
This commit is contained in:
parent
d63f1d0e6e
commit
6f23a8fc20
@ -1052,8 +1052,11 @@ class EvaluationController extends Zend_Controller_Action
|
||||
$params = new stdClass();
|
||||
$params->companyId = $siren;
|
||||
|
||||
|
||||
|
||||
try {
|
||||
$response = $ws->getCadastrePatrimoine($params);
|
||||
|
||||
if ($response === false) {
|
||||
$this->forward('soap', 'error');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user