mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
https://github.com/Dolibarr/dolibarr/issues/31975 Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
parent
b40e033f7b
commit
fd365c3f45
|
|
@ -380,7 +380,7 @@ foreach ($dirmodels as $reldir) {
|
|||
|
||||
// Default
|
||||
print '<td class="center">';
|
||||
if ($conf->global->BANKADDON_PDF == $name) {
|
||||
if (getDolGlobalString('BANKADDON_PDF') == $name) {
|
||||
print img_picto($langs->trans("Default"), 'on');
|
||||
} else {
|
||||
print '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?action=setdoc&token='.newToken().'&value='.$name.'&scan_dir='.$module->scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'off').'</a>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user