Fix phpcs
This commit is contained in:
parent
2c37fe13d6
commit
be163c684f
@ -411,8 +411,7 @@ if ($action == 'create')
|
|||||||
if (!empty($conf->accounting->enabled)) {
|
if (!empty($conf->accounting->enabled)) {
|
||||||
print '<tr><td>'.$langs->trans("SubledgerAccount").'aaaa</td>';
|
print '<tr><td>'.$langs->trans("SubledgerAccount").'aaaa</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if (!empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX))
|
if (!empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) {
|
||||||
{
|
|
||||||
print $formaccounting->select_auxaccount($subledger_account, 'subledger_account', 1, '');
|
print $formaccounting->select_auxaccount($subledger_account, 'subledger_account', 1, '');
|
||||||
} else {
|
} else {
|
||||||
print '<input type="text" class="maxwidth200 maxwidthonsmartphone" name="subledger_account" value="'.$subledger_account.'">';
|
print '<input type="text" class="maxwidth200 maxwidthonsmartphone" name="subledger_account" value="'.$subledger_account.'">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user