Bug 14887 - Allow printing of lost fines/fees in notices
Summary: Allow printing of lost fines/fees in notices
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 12:43 UTC by Barton Chittenden
Modified: 2020-01-08 07:02 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?