Ajout de champs oublié dans le tableau explode

This commit is contained in:
Damien LASSERRE 2012-01-17 09:38:56 +00:00
parent d81a4df56f
commit 15a396bb3f

View File

@ -14,7 +14,7 @@ class ComptageController extends Zend_Controller_Action
'dateCrea_etab', 'dateCrea_ent', 'dateImmat', 'nbEtab', 'teff_entrep', 'teff_etab',
'teff_entrep', 'teff_etab', 'eff_etab', 'eff_entrep', 'adr_dep', 'adr_cp', 'nbMPubli',
'nbPart', 'nbActio', 'capital', 'bilAnnee', 'bilCloture', 'bilEE', 'bilFL', 'bilFK',
'bilFR', 'bilGF', 'bilGP', 'bilGU', 'bilGW', 'bilHD', 'bilHH', 'bilHL', 'bilHM', 'bilHN', 'bilYP', 'adr_com'
'bilTca','bilFR', 'bilGF', 'bilGP', 'bilGU', 'bilGW', 'bilHD', 'bilHH', 'bilHL', 'bilHM', 'bilHN', 'bilYP', 'adr_com'
);
$request = $this->getRequest();
$key = $request->getParam('cle');