View | Details | Raw Unified | Return to bug 28482
Collapse All | Expand All

(-)a/Koha/Account/Line.pm (-1 / +1 lines)
Lines 666-671 sub apply { Link Here
666
                    }
666
                    }
667
                ) if $outcome;
667
                ) if $outcome;
668
            }
668
            }
669
            $debit->discard_changes; # Refresh values from DB to clear floating point remainders
669
670
670
            # Same logic exists in Koha::Account::pay
671
            # Same logic exists in Koha::Account::pay
671
            if (
672
            if (
672
- 

Return to bug 28482