Bug 14887

Summary: Allow printing of lost fines/fees in notices
Product: Koha Reporter: Barton Chittenden <barton>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14886
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Barton Chittenden 2015-09-24 12:43:16 UTC
In an overdue notice which uses 'items.fine', lost item fees in accountlines for a given borrower/itemnumber are not shown as fines, and therefore print as $0.00 in the notice.

I'm not sure whether this is a timing issue (does longoverdue.pl need to run before overdue_notices.pl, as with the fines in bug 11144?), or if account type 'L' does not display in 'items.fine'.

See bugs 14886 and  11144
Comment 1 Katrin Fischer 2018-12-05 11:13:56 UTC
For us this is the supposed behaviour - fines should be only overdue fines, not others as well. I'd suggest using another placeholder/variable to have both options. Might be easier to do with TT?