Remove the option into admin screen

This commit is contained in:
fhenry 2013-05-14 09:24:05 +02:00
parent 760ae88f39
commit f98442d700
2 changed files with 5 additions and 3 deletions

View File

@ -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();

View File

@ -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>';