forward
This commit is contained in:
parent
f104f8364d
commit
2be85368b2
@ -280,7 +280,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
//Catégorie Juridique
|
||||
$cj = $session->getFormeJuridique();
|
||||
if( in_array($cj, $this->association_cj) ) {
|
||||
$this->_forward('associationbilans');
|
||||
$this->forward('associationbilans');
|
||||
} else {
|
||||
$request = $this->getRequest();
|
||||
$siren = substr($this->siret,0,9);
|
||||
|
Loading…
Reference in New Issue
Block a user