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

--- Comment #1 from Kyle M Hall <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to