Fix blank line at end of control structure

This commit is contained in:
DEMAREST Maxime (Indelog) 2020-05-06 13:46:24 +02:00
parent bf8cd51a5a
commit 7bf037ab2f

View File

@ -860,7 +860,6 @@ if (!empty($conf->global->ACCOUNTING_REPORTS_INCLUDE_VARPAY) && !empty($conf->ba
{ {
dol_print_error($db); dol_print_error($db);
} }
} }
// Useless with BOOKKEEPING // Useless with BOOKKEEPING
//elseif ($modecompta == 'BOOKKEEPING') { //elseif ($modecompta == 'BOOKKEEPING') {
@ -899,7 +898,6 @@ if (!empty($conf->global->ACCOUNTING_REPORTS_INCLUDE_LOAN) && !empty($conf->loan
{ {
dol_print_error($db); dol_print_error($db);
} }
} }
// Useless with BOOKKEEPING // Useless with BOOKKEEPING
//elseif ($modecompta == 'BOOKKEEPING') { //elseif ($modecompta == 'BOOKKEEPING') {