From f98442d7001ab239fd1fe1edc726656afe413ae9 Mon Sep 17 00:00:00 2001
From: fhenry <florian.henry@open-concept.pro>
Date: Tue, 14 May 2013 09:24:05 +0200
Subject: [PATCH] Remove the option into admin screen

---
 htdocs/core/modules/modSociete.class.php | 4 +++-
 htdocs/societe/admin/societe.php         | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php
index 9c122e43280..83e78cd0479 100644
--- a/htdocs/core/modules/modSociete.class.php
+++ b/htdocs/core/modules/modSociete.class.php
@@ -116,12 +116,14 @@ class modSociete extends DolibarrModules
 		$this->const[$r][4] = 0;
 		$r++;
 
+		/*
 		$this->const[$r][0] = "COMPANY_HIDE_INACTIVE_IN_COMBOBOX";
 		$this->const[$r][1] = "chaine";
 		$this->const[$r][2] = "0";
 		$this->const[$r][3] = "hide thirdparty customer inative in combobox";
-		$this->const[$r][4] = 0;
+		$this->const[$r][4] = 1;
 		$r++;
+		*/
 
 		// Boxes
 		$this->boxes = array();
diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
index 85768ba5c8c..bd73628eec3 100644
--- a/htdocs/societe/admin/societe.php
+++ b/htdocs/societe/admin/societe.php
@@ -745,7 +745,7 @@ else
 }
 print '</tr>';
 
-
+/*
 // COMPANY_USE_SEARCH_TO_SELECT
 $var=!$var;
 print "<tr ".$bc[$var].">";
@@ -763,7 +763,7 @@ else
 	print '</a></td>';
 }
 print '</tr>';
-
+*/
 
 print '</table>';
 
-- 
GitLab