mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Clean code with rector 2
This commit is contained in:
@@ -77,7 +77,7 @@ print $form->selectyesno("PRODUIT_ATTRIBUTES_HIDECHILD", getDolGlobalString('PRO
|
||||
|
||||
print '<tr class="oddeven"><td>'.$langs->trans('CombinationsSeparator').'</td>';
|
||||
if (isset($conf->global->PRODUIT_ATTRIBUTES_SEPARATOR)) {
|
||||
$separator = $conf->global->PRODUIT_ATTRIBUTES_SEPARATOR;
|
||||
$separator = getDolGlobalString('PRODUIT_ATTRIBUTES_SEPARATOR');
|
||||
} else {
|
||||
$separator = "_";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user