issue #0001541 : Type de compte

This commit is contained in:
Michael RICOIS 2014-03-04 09:09:30 +00:00
parent fed194093f
commit 4335bb9432

View File

@ -179,6 +179,7 @@ class Metier_Infogreffe_Bi extends Metier_Infogreffe
$this->dossier_chrono = substr($row->numRC,3);
$this->num_depot = $row->num_depot;
$this->date_cloture = $row->date_cloture;
$this->type_comptes = $row->type_comptes;
//Set the filename
$filename = $this->getFilePath($type, $dateCloture) . '/' . $this->getFileName($type, $dateCloture);