[Koha-bugs] [Bug 21796] Patron Restriction do not restrict checkouts if patron also has a fee/fine on their account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 9 20:53:25 CET 2018


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

Pierre-Marc Thibault <pierre-marc.thibault at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82121|0                           |1
        is obsolete|                            |

--- Comment #6 from Pierre-Marc Thibault <pierre-marc.thibault at inlibro.com> ---
Created attachment 82201
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82201&action=edit
Bug 21796: Don't unlock checkouts if restriction exists but fines are below
limit

The checkout form will be removed if various conditions are
met: Restrictions, a fine above noissuescharge etc.

Bug 19933 changed the conditions, so a restriction will no longer
block checkouts, if the fines are below the set limit.

To test:

- Add a restriction
- Confirm the checkouts form is replaced by a message
- Add a fine below the noissuescharge limit
- Confirm that the form reappears
- Apply the patch
- Check that the checkout form is gone now
- Remove restriction - form should reappear
- Add to the fine, so it's above the limit
- Form should disappear

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>

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


More information about the Koha-bugs mailing list