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

(-)a/C4/Overdues.pm (-1 / +1 lines)
Lines 551-556 sub UpdateFine { Link Here
551
                #FIXME Should we still count this one in total_amount ??
551
                #FIXME Should we still count this one in total_amount ??
552
            }
552
            }
553
            else {
553
            else {
554
                $total_amount_other += $overdue->amountoutstanding; #We still count it
554
                $accountline = $overdue;
555
                $accountline = $overdue;
555
                next;
556
                next;
556
            }
557
            }
557
- 

Return to bug 25123