Skip to content
Snippets Groups Projects
Commit bc7f4f30 authored by tarrsalah's avatar tarrsalah
Browse files

No need to recalculate $totalpaye.

parent 840408c1
No related branches found
No related tags found
No related merge requests found
......@@ -2411,7 +2411,6 @@ else
print $langs->trans('AlreadyPaid');
print ' :</td><td align="right"'.(($totalpaye > 0)?' class="amountalreadypaid"':'').'>' . price($totalpaye) . '</td><td>&nbsp;</td></tr>';
$totalpaye = $object->getSommePaiement();
$resteapayer = $object->total_ttc - $totalpaye;
$resteapayeraffiche = $resteapayer;
$cssforamountpaymentcomplete = 'amountpaymentcomplete';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment