issue #0001407 : Default value to fj
This commit is contained in:
parent
078e63e603
commit
a34d3e6da8
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user