Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-02-08 11:27:30 +01:00
parent 9b2a91893d
commit 512ceae70a

View File

@ -621,7 +621,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print '<td align="right">'.price($objp->am);
if ($creditnotes) print '+'.price($creditnotes);
if ($deposits) print '+'.price($deposits);
if ($deposits) print '+'.price($deposits);
print '</td>';
print '<td align="right">'.price($remaintopay).'</td>';