mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update html.form.class.php
This commit is contained in:
parent
417f10c99d
commit
4d46197aed
|
|
@ -11063,7 +11063,7 @@ class Form
|
|||
$out = '';
|
||||
|
||||
$hideunselectables = false;
|
||||
if (getDolGlobalString('PROJECT_HIDE_UNSELECTABLES')) {
|
||||
if (getDolGlobalString('INVOICE_HIDE_UNSELECTABLES')) {
|
||||
$hideunselectables = true;
|
||||
}
|
||||
|
||||
|
|
@ -11302,7 +11302,7 @@ class Form
|
|||
$out = '';
|
||||
|
||||
$hideunselectables = false;
|
||||
if (!empty($conf->global->PROJECT_HIDE_UNSELECTABLES)) {
|
||||
if (getDolGlobalString('ORDER_HIDE_UNSELECTABLES')) {
|
||||
$hideunselectables = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user