Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-12-14 11:26:37 +01:00
parent 63aa7ac1ec
commit 8b0919d7e4

View File

@ -77,9 +77,11 @@ if (!empty($line_id))
} }
} }
/* /*
* Actions * Actions
*/ */
if ($action == 'add_payment') if ($action == 'add_payment')
{ {
$error=0; $error=0;
@ -160,7 +162,6 @@ if ($action == 'add_payment')
$line->fk_bank = $payment->fk_bank; $line->fk_bank = $payment->fk_bank;
$line->update($user); $line->update($user);
} }
} }
if (! $error) if (! $error)