RNVP : Use only sdtClass

This commit is contained in:
Michael RICOIS 2016-03-15 14:45:21 +00:00
parent bd4d632888
commit e4e6274ee4

View File

@ -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) {}