Skip to content

Commit

Permalink
FIX : There were many status indicator in the invoice linked object b…
Browse files Browse the repository at this point in the history
…lock (propal card)
  • Loading branch information
atm-adrien committed Jan 14, 2025
1 parent a46c47c commit ac1077b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,8 @@
$totalallpayments = 0;
$totalcalculated = false;
if (method_exists($objectlink, 'getSommePaiement')) {
print $objectlink->getLibStatut(3, $objectlink->getSommePaiement());
$totalcalculated = true;
$totalallpayments += $objectlink->getSommePaiement();
} else {
print $objectlink->getLibStatut(3);
}
if (method_exists($objectlink, 'getSumDepositsUsed')) {
$totalcalculated = true;
Expand Down

0 comments on commit ac1077b

Please sign in to comment.