Skip to content
Snippets Groups Projects
Commit adbb4179 authored by Marc de Lima Lucio's avatar Marc de Lima Lucio
Browse files

FIX: calculate correct remain to pay for planned bank transactions

parent 12d7b925
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,8 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
$refcomp=$societestatic->getNomUrl(1,'',24);
$paiement = $facturestatic->getSommePaiement(); // Payment already done
$paiement+= $facturestatic->getSumDepositsUsed();
$paiement+= $facturestatic->getSumCreditNotesUsed();
}
if ($obj->family == 'social_contribution')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment