Fix code error

This commit is contained in:
Alexandre SPANGARO 2022-06-19 06:41:05 +02:00
parent 4768502773
commit e6a9d48e71

View File

@ -201,7 +201,7 @@ foreach ($list_account_main as $key) {
print '</td>';
// Value
print '<td class="right">'; // Do not force class=right, or it align also the content of the select box
$key_value = getDolGlobalString($conf->global->$key, $conf->global->$key);
$key_value = getDolGlobalString($key);
print $formaccounting->select_account($key_value, $key, 1, '', 1, 1, 'minwidth100 maxwidth300 maxwidthonsmartphone', 'accountsmain');
print '</td>';
print '</tr>';