https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22866 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 124272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124272&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! -- You are receiving this mail because: You are watching all bug changes.