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);
@ -193,7 +194,7 @@ class Metier_Infogreffe_Bi extends Metier_Infogreffe
throw new Exception('File not found');
}
}elseif ( file_exists($this->config->storage->path . '/' . $filename) ) {
} elseif ( file_exists($this->config->storage->path . '/' . $filename) ) {
//Analyser le fichier - Nombre de page et taille
$infos = $this->pdfInfos($this->config->storage->path . '/' . $filename);