Skip to content

Commit

Permalink
Merge pull request #32650 from ATM-Consulting/FIX_towStatusOnInvoiceL…
Browse files Browse the repository at this point in the history
…inkedObjectBlock

FIX : Many status on invoice linked object block
eldy authored Jan 20, 2025
2 parents 9507b89 + ac1077b commit bcc260d
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
@@ -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;

0 comments on commit bcc260d

Please sign in to comment.