Qual: Missing variable declaration
This commit is contained in:
parent
a57b7d4ed2
commit
11ef3ef34e
@ -65,6 +65,7 @@ $nbofsearch=0;
|
||||
$hookmanager->initHooks(array('searchform'));
|
||||
|
||||
// Define $searchform
|
||||
$searchform = '';
|
||||
// TODO Mutualize code here with function left_menu into main.inc.php page
|
||||
if ((( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)) && ! empty($conf->global->MAIN_SEARCHFORM_SOCIETE) && $user->rights->societe->lire)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user