https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145

            Bug ID: 29145
           Summary: Allow patrons to have overdue items that would not
                    result in debarment when removing overdue debarments
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

The default behavior when returning an item, is to check if a patron is
debarred, in that case check if the patron has any other overdue items left,
and if not to lift the debarment. One might argue that it would be more logical
to lift the debarment on the same conditions on which the Patron was debarred,
so if the patron is in a state that would not cause debarment, the patron
should not be debarred. That is: only if the patron has items that are overdue
enough to cause restriction/debarment the debarment should be maintained.

This patch provides a system preference, that if set instead of checking for
any delayed items on returning an item, uses the delay used for restrictions to
check for items exceeding that limit, and if none are found lifts the
debarment.

(Stefan Berndtsson at Gothenburg University library is the original author of
this patch).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to