http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15068 --- Comment #4 from Marc Véron <veron@veron.ch> --- (In reply to M. Tompsett from comment #3)
(In reply to Marc Véron from comment #1)
- Use of uninitialized value in addition (+) at /usr/share/kohaclone/members/summary-print.pl line 87
- Argument "2015-11-03 23:59:00" isn't numeric in numeric comparison (<=>) at /usr/share/kohaclone/members/summary-print.pl line 103
...
- Go to a detail page with a member who has a lot of fines ... And items checked out, potentially overdue.
Triggering 47 and 61 is easy with the sample data after creating some fines on a user. Having difficulty triggering 87, which I feel will also trigger 103, if I have something checked out, but working on multiple bugs at once is hard. :)
- 87 is due to items with no replacementprice (NULL in db) - 103 triggers with multiple checkouts with due dates -- You are receiving this mail because: You are watching all bug changes.