Bugzilla – Attachment 89032 Details for
Bug 7088
Cannot renew items on hold even with override
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7088: (follow-up) Add pref to checkbox
Bug-7088-follow-up-Add-pref-to-checkbox.patch (text/plain), 1.44 KB, created by
Liz Rea
on 2019-04-29 15:49:29 UTC
(
hide
)
Description:
Bug 7088: (follow-up) Add pref to checkbox
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-04-29 15:49:29 UTC
Size:
1.44 KB
patch
obsolete
>From 89a404bbc4501a8c821c24fa6b2ac7c1c50597cb Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Thu, 21 Feb 2019 12:21:23 +0000 >Subject: [PATCH] Bug 7088: (follow-up) Add pref to checkbox > >As per commit #29 here: >https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088#c29 > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 00c41077e9..1276e70ab1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -40,7 +40,7 @@ > <div id="issues-table-actions"> > <fieldset class="action"> > [% IF ( CAN_user_circulate_override_renewals ) %] >- [% IF CAN_user_circulate_override_renewals && Koha.Preference( 'AllowRenewalLimitOverride' ) %] >+ [% IF Koha.Preference( 'AllowRenewalLimitOverride' ) || Koha.Preference( 'AllowRenewalOnHoldOverride' ) %] > <label for="override_limit">Override renewal restrictions:</label> > <input type="checkbox" name="override_limit" id="override_limit" value="1" /> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7088
:
79689
|
79690
|
79691
|
82274
|
83004
|
83005
|
83006
|
83092
|
83093
|
83094
|
84509
|
84510
|
84850
|
85434
|
85435
|
85436
|
85437
|
85438
|
85439
|
85440
|
88446
|
88868
|
89026
|
89027
|
89028
|
89029
|
89030
|
89031
|
89032
|
89033
|
89034
|
89044
|
89045
|
89046
|
89047
|
89048
|
89049
|
89050
|
89051
|
89052
|
89086
|
89087
|
89088
|
89089
|
89090
|
89091
|
89092
|
89093
|
89094