RNVP : Use only sdtClass
This commit is contained in:
parent
bd4d632888
commit
e4e6274ee4
@ -1290,10 +1290,11 @@ function AdresseNormaliseData($siren, $nic, $values = false)
|
||||
|
||||
} catch (Zend_Db_Exception $e) {}
|
||||
|
||||
$infoRNVP = null;
|
||||
|
||||
try {
|
||||
$rnvp = new SdMetier_Rnvp_Adresse();
|
||||
$rnvp->setCompanyId($companyId);
|
||||
$infoRNVP = new Rnvp();
|
||||
$infoRNVP = $rnvp->format();
|
||||
} catch (Exception $e) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user