http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5381 Summary: Fines in notices prints always 0.00 Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: Notices AssignedTo: cnighswonger@foundations.edu ReportedBy: katrin.fischer@bsz-bw.de QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The feature for fines in notices produces an error while running perl /misc/cronjobs/overdue_notices.pl: Use of uninitialized value $fine in string at /home/koha/kohaclone/misc/cronjobs/overdue_notices.pl line 671. In the generates messages the fine is always 0.00: "Tanach - Lehrbuch der jüdischen Bibel " by Liss, Hanna, SZA 37, Barcode: 9979122 Gebühr: €0,00 My notice is using this statement: <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Gebühr: <fine>EUR</fine></item> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.