From f66ec5886526465e1533e2e0f0b3dbd1300b443b Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Mon, 12 Apr 2021 22:06:44 +0200 Subject: [PATCH] Fix travis error --- htdocs/product/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index e2cb4799965..188e4b5f7a9 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -88,8 +88,7 @@ print load_fiche_titre($transAreaType, $linkback, 'product'); print '
'; -if (!empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) { // This may be - is useless due to the global search combo +if (!empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) { // This may be is useless due to the global search combo // Search contract if ((!empty($conf->product->enabled) || !empty($conf->service->enabled)) && ($user->rights->produit->lire || $user->rights->service->lire)) { $listofsearchfields['search_product'] = array('text'=>'ProductOrService');