diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index 9c122e43280b6ba9dc67bfa6cc5c94c7a3f8a511..83e78cd0479d27bc922e1d1dc238e385ca42f9a6 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 85768ba5c8cbd088ad7a6d301be56c4dbc733fca..bd73628eec3aeffd14a653aa561db48227db9346 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>';