issue #0001541 : Type de compte
This commit is contained in:
parent
fed194093f
commit
4335bb9432
@ -179,6 +179,7 @@ class Metier_Infogreffe_Bi extends Metier_Infogreffe
|
|||||||
$this->dossier_chrono = substr($row->numRC,3);
|
$this->dossier_chrono = substr($row->numRC,3);
|
||||||
$this->num_depot = $row->num_depot;
|
$this->num_depot = $row->num_depot;
|
||||||
$this->date_cloture = $row->date_cloture;
|
$this->date_cloture = $row->date_cloture;
|
||||||
|
$this->type_comptes = $row->type_comptes;
|
||||||
|
|
||||||
//Set the filename
|
//Set the filename
|
||||||
$filename = $this->getFilePath($type, $dateCloture) . '/' . $this->getFileName($type, $dateCloture);
|
$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');
|
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
|
//Analyser le fichier - Nombre de page et taille
|
||||||
$infos = $this->pdfInfos($this->config->storage->path . '/' . $filename);
|
$infos = $this->pdfInfos($this->config->storage->path . '/' . $filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user