[Koha-bugs] [Bug 7088] Cannot renew items on hold even with override

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 23 11:33:38 CEST 2019


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

--- Comment #45 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
(In reply to Katrin Fischer from comment #44)
> Hm, maybe the checkbox should now shop up in this case then? Right now the
> checkbox just appears to have no effect - and if I understand you correctly
> that's the expected behaviour as both need to be allowed to work?

Actually, looking again, I think this is a misunderstanding on my part. The
"Override renewal restrictions" checkbox is displayed if the user has
AllowRenewalLimitOverride OR AllowRenewalOnHoldOverride. But the click listener
is only created if the user has AllowRenewalLimitOverride, which I think is
incorrect. I think it needs adapting so it is created if the user has
AllowRenewalLimitOverride OR AllowRenewalOnHoldOverride.

I'll create a patch to do that now.

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


More information about the Koha-bugs mailing list