Fix phpcs
This commit is contained in:
parent
89b7f1a040
commit
1409d1a2c8
@ -217,7 +217,7 @@ if (! is_array($x_coll) || ! is_array($x_paye))
|
||||
$langs->load("errors");
|
||||
if ($x_coll == -1) {
|
||||
print '<tr><td colspan="' . $columns . '">' . $langs->trans("ErrorNoAccountancyModuleLoaded") . '</td></tr>';
|
||||
} else if ($x_coll == -2) {
|
||||
} elseif ($x_coll == -2) {
|
||||
print '<tr><td colspan="' . $columns . '">' . $langs->trans("FeatureNotYetAvailable") . '</td></tr>';
|
||||
} else {
|
||||
print '<tr><td colspan="' . $columns . '">' . $langs->trans("Error") . '</td></tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user