http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14886 Bug ID: 14886 Summary: Overdues notices: <<items.fine>> prints $0.00 when no fine exists. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The <<items.fine>> markup will print $0.00, even when no accountlines entry exists which corresponds to the current borrower/itemnumber. To test: Set up circ rules for two item types (A and B). Make the loan duration the same for both, but only charge fines on item type A. Set up overdue notices which include <<items.fine>>. Set up notice triggers. Check out items of types A and B, back-dating the check-out so that both items trigger today. Run fines.pl by hand. Check accountlines database, make sure that there is a fines entry for the item of type A. Run overdue_notices.pl by hand. Inspect the generated notice. Item of type B will show a fine of $0.00. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.