issue #0001407 : Default value to fj

This commit is contained in:
Michael RICOIS 2013-05-13 15:38:17 +00:00
parent 078e63e603
commit a34d3e6da8

View File

@ -430,7 +430,7 @@ class RechercheController extends Zend_Controller_Action
$criteres['telFax'] = $telFax;
$criteres['naf'] = $naf;
$criteres['siege'] = false;
$criteres['fj'] = $params['fj'];
$criteres['fj'] = array_key_exists('fj', $params) ? $params['fj'] : '';
//Affichage du filtre actif/inactif
$filtres = array(