From 68e46515a472973d64bd4ec3ce50b2b5cfd5c066 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:54:37 +0200 Subject: [PATCH] Update index.php --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index e2cb4799965..b9dcdbb40a7 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -89,7 +89,7 @@ print '
'; if (!empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) { // This may be - is useless due to the global search combo + //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');