mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX : There were many status indicator in the invoice linked object block (propal card)
This commit is contained in:
parent
a46c47c134
commit
ac1077bfe3
|
|
@ -89,11 +89,8 @@ foreach ($linkedObjectBlock as $key => $objectlink) {
|
|||
$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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user