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@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@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.