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

(-)a/C4/Overdues.pm (-1 / +1 lines)
Lines 614-619 sub UpdateFine { Link Here
614
                    amountoutstanding => $amount,
614
                    amountoutstanding => $amount,
615
                    lastincrement     => $amount,
615
                    lastincrement     => $amount,
616
                    accountno         => $nextaccntno,
616
                    accountno         => $nextaccntno,
617
                    issue_id          => $issue_id,
617
                }
618
                }
618
            )->store();
619
            )->store();
619
        }
620
        }
620
- 

Return to bug 16496