https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected], | |[email protected] --- Comment #29 from Katrin Fischer <[email protected]> --- Hi Andrew, I think we need to work on the visibility of the checkbox and maybe the logic of triggering things with it now (sorry, I think that makes things a bit more complicated: <fieldset class="action"> [% IF ( CAN_user_circulate_override_renewals ) %] [% IF CAN_user_circulate_override_renewals && Koha.Preference( 'AllowRenewalLimitOverride' ) %] - <label for="override_limit">Override renewal limit:</label> + <label for="override_limit">Override renewal restrictions:</label> You will want to add your new pref there with an OR condition there I think Another option might be to have && and a separate label if only hold override is allowed? I am still not sure about the second date box - I'd like to get some opinions on it. Adding Owen and Liz for now, but looking for any librarians opinion really. -- 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/
