[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
Wed Feb 20 08:03:57 CET 2019


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |oleonard at myacpl.org,
                   |                            |wizzyrea at gmail.com

--- Comment #29 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list