[Koha-bugs] [Bug 13330] New: All overdue items with fines returned via checkouts table will have fines forgiven!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 24 17:50:03 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13330

            Bug ID: 13330
           Summary: All overdue items with fines returned via checkouts
                    table will have fines forgiven!
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Due to a disconnect between how booleans are handled in Perl vs JSON, all
checkins done from the checkouts table will have fines forgiven! This is
because the parameters sent to svc/checkin are coded in JSON and the JSON false
is treated in Perl as the string 'false' which evaluates to true!

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


More information about the Koha-bugs mailing list