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

(-)a/C4/Overdues.pm (-2 lines)
Lines 552-558 sub UpdateFine { Link Here
552
            }
552
            }
553
            else {
553
            else {
554
                $accountline = $overdue;
554
                $accountline = $overdue;
555
                next;
556
            }
555
            }
557
        }
556
        }
558
        $total_amount_other += $overdue->amountoutstanding;
557
        $total_amount_other += $overdue->amountoutstanding;
559
- 

Return to bug 25123