[Koha-bugs] [Bug 22866] ItemsDeniedRenewal cannot be overriden

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 31 14:23:34 CEST 2021


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

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

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

--- Comment #7 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Created attachment 124277
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124277&action=edit
Bug 22866: Allow override of renewals denied by ItemsDeniedRenewal

Test Plan:
1) Create a circ rule for patron category Y and itemtype X
2) Block renewal of itemtype X using ItemsDeniedRenewal
3) Confirm AllowRenewalLimitOverride is set to Allow
4) Check item of itemtype X out to patron of category Y
5) See that circulation.pl shows "renewal denied by syspref"
6) Click the checkbox for "Override renewal limit"
7) See that "renewal denied by syspref" message is replaced by a checkbox
suggesting renewal will be allowed
8) Attempt to renew item
9) See error "Renew failed: item_denied_renewal"
10) Apply this patch
11) Restart all the things!
12) Attempt to renew the item via override again
13) The renewal is a success!

Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>

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


More information about the Koha-bugs mailing list