Update closure.php

This commit is contained in:
Frédéric FRANCE
2021-10-23 07:40:36 +02:00
committed by GitHub
parent 93e223bf84
commit 21aaed4a86

View File

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