[Koha-bugs] [Bug 12914] New: Wrong message 'Patron(..) is blocked for 2014-09-30 day(s).

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 12 18:51:13 CEST 2014


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

            Bug ID: 12914
           Summary: Wrong message 'Patron(..) is blocked for 2014-09-30
                    day(s).
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: veron at veron.ch
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

If a patron has a manual restriction, /cgi-bin/koha/circ/circulation.pl can
display a message similar to the following:

Patron has had overdue items and is blocked for 2014-09-30 day(s).

This is related to sub IsMemberBlocked in C4/Members.pm that returns a date but
is expected to return a number of days. It should have an additional status for
returning dates instead of days to use in C4/Circulation.pm and circulation.tt

-- 
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