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

(-)a/C4/Overdues.pm (-2 / +1 lines)
Lines 585-591 sub UpdateFine { Link Here
585
                {
585
                {
586
                    date          => dt_from_string(),
586
                    date          => dt_from_string(),
587
                    amount        => $amount,
587
                    amount        => $amount,
588
                    outstanding   => $out,
588
                    amountoutstanding   => $out,
589
                    lastincrement => $diff,
589
                    lastincrement => $diff,
590
                    accounttype   => 'FU',
590
                    accounttype   => 'FU',
591
                }
591
                }
592
- 

Return to bug 16378