[Koha-bugs] [Bug 19750] Overdues without a fine rule add warnings to log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 5 16:25:53 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 69509
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69509&action=edit
Bug 19750 - Overdues without a fine rule add warnings to log

When running fines.pl, any overdue items that have no corresponding circulation
rule will generate the following warning:

Use of uninitialized value $amount in numeric gt (>) at
/usr/share/koha/bin/cronjobs/fines.pl line 133.

Test Plan:
1) Create a single circ rule
2) Backdate a checkout so it is overdue
3) Delete the circ rule
4) Run fines.pl, note the warning
5) Apply this patch
6) Run fines.pl, note the warning is gone

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list