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

Janusz Kaczmarek <[email protected]> changed:

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

--- Comment #4 from Janusz Kaczmarek <[email protected]> ---
Created attachment 194334
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194334&action=edit
Bug 41960: Add option to block placing hold when patron has overdues

Some libraries may want to block the possibility of placing hold when
a patron has overdues. Currently, a patron is blocked when they has
mode than maxoutstanding fines or when the account has been debarred
(e.g. as a result of having overdues). But there is no possibility to
directly block reserves in case of an overdue.

Test plan:
==========
1. Check out any book to any user.
2. In ktd --dbshell, change date_due to an earlier date.
3. In a private window, log in as that user (change their password
   first) and place an order for another book. You will be able to do
   this despite the overdue items.
4. Apply the patch, updatedatabase, restart_all.
5. Set OverduesBlockHolds to 'Block'.
6. Repeat step 3. You should get the message "Sorry, you cannot place
   holds. You are not permitted to place holds while you have overdue
   items on your account."
7. Change OverduesBlockHolds to 'Don't block'.
8. Repeat step 3. You should be able to place an order.

-- 
You are receiving this mail because:
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