[Koha-bugs] [Bug 5381] New: Fines in notices prints always 0.00

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 10 17:20:49 CET 2010


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 at foundations.edu
        ReportedBy: katrin.fischer at bsz-bw.de
         QAContact: koha-bugs at 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.


More information about the Koha-bugs mailing list