Fix typo
This commit is contained in:
parent
693675583e
commit
23bd68129c
@ -746,7 +746,7 @@ class FinanceController extends Zend_Controller_Action
|
|||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
$this->view->msg = "Erreur lors de l'enregistrement des informations";
|
$this->view->msg = "Erreur lors de l'enregistrement des informations";
|
||||||
} else {
|
} else {
|
||||||
$this->logger->info(printr_($result,1));
|
$this->logger->info(print_r($result,1));
|
||||||
$this->view->ref = strtoupper($result);
|
$this->view->ref = strtoupper($result);
|
||||||
$this->view->fileref = $params['siren'] . '_' . $params['format'] . '_' .
|
$this->view->fileref = $params['siren'] . '_' . $params['format'] . '_' .
|
||||||
substr($params['dateCloture'],6,4) . substr($params['dateCloture'],3,2) .
|
substr($params['dateCloture'],6,4) . substr($params['dateCloture'],3,2) .
|
||||||
|
Loading…
Reference in New Issue
Block a user