fix warning
This commit is contained in:
parent
08e5b55d16
commit
635cb34606
@ -70,6 +70,7 @@ $search_onpurchase = GETPOST('search_onpurchase', 'alpha');
|
|||||||
$accounting_product_mode = GETPOST('accounting_product_mode', 'alpha');
|
$accounting_product_mode = GETPOST('accounting_product_mode', 'alpha');
|
||||||
$btn_changeaccount = GETPOST('changeaccount', 'alpha');
|
$btn_changeaccount = GETPOST('changeaccount', 'alpha');
|
||||||
$btn_changetype = GETPOST('changetype', 'alpha');
|
$btn_changetype = GETPOST('changetype', 'alpha');
|
||||||
|
$optioncss = GETPOST('optioncss', 'alpha');
|
||||||
|
|
||||||
if (empty($accounting_product_mode)) {
|
if (empty($accounting_product_mode)) {
|
||||||
$accounting_product_mode = 'ACCOUNTANCY_SELL';
|
$accounting_product_mode = 'ACCOUNTANCY_SELL';
|
||||||
|
|||||||
@ -50,7 +50,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/lib/json.lib.php';
|
|||||||
function getDolGlobalString($key, $default = '')
|
function getDolGlobalString($key, $default = '')
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
// return $conf->global->$key ?? '';
|
// return $conf->global->$key ?? $default;
|
||||||
return (string) (empty($conf->global->$key) ? $default : $conf->global->$key);
|
return (string) (empty($conf->global->$key) ? $default : $conf->global->$key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user