https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088
--- Comment #45 from Andrew Isherwood <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
