Fixing style errors.

This commit is contained in:
stickler-ci 2022-05-30 14:21:11 +00:00
parent 2526afa5b9
commit 263a8af0e6

View File

@ -76,7 +76,6 @@ if (empty($fk_expense) || $fk_expense < 0) {
$rep->errorMessage = $langs->transnoentitiesnoconv('ErrorBadValueForParameter', $fk_c_exp_tax_cat, 'fk_c_exp_tax_cat');
$rep->response_status = 'error';
} else {
// @see ndfp.class.php:3576 (method: compute_total_km)
$expense = new ExpenseReport($db);