Skip to content

Commit

Permalink
Remove the option into admin screen
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed May 14, 2013
1 parent 760ae88 commit f98442d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion htdocs/core/modules/modSociete.class.php
Expand Up @@ -116,12 +116,14 @@ function __construct($db)
$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();
Expand Down
4 changes: 2 additions & 2 deletions htdocs/societe/admin/societe.php
Expand Up @@ -745,7 +745,7 @@
}
print '</tr>';


/*
// COMPANY_USE_SEARCH_TO_SELECT
$var=!$var;
print "<tr ".$bc[$var].">";
Expand All @@ -763,7 +763,7 @@
print '</a></td>';
}
print '</tr>';

*/

print '</table>';

Expand Down

0 comments on commit f98442d

Please sign in to comment.