Bugzilla – Attachment 47790 Details for
Bug 12920
Remove AllowRenewalLimitOverride from pl scripts, use Koha.Preference instead
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12920 [QA Followup] - Show override option below checkouts table when allowed
Bug-12920-QA-Followup---Show-override-option-below.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2016-02-09 10:59:46 UTC
(
hide
)
Description:
Bug 12920 [QA Followup] - Show override option below checkouts table when allowed
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-09 10:59:46 UTC
Size:
1.45 KB
patch
obsolete
>From ddedda05eac6b9ccaab99fb7ea88279d2de095b8 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 3 Feb 2016 15:22:40 +0000 >Subject: [PATCH] Bug 12920 [QA Followup] - Show override option below > checkouts table when allowed > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 3 ++- > 1 file changed, 2 insertions(+), 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 88d4e5c..53ef182 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -1,3 +1,4 @@ >+[% USE Koha %] > <div id="checkouts"> > [% IF ( issuecount ) %] > <div id="issues-table-loading-message"> >@@ -36,7 +37,7 @@ > <div id="issues-table-actions"> > <fieldset class="action"> > [% IF ( CAN_user_circulate_override_renewals ) %] >- [% IF ( AllowRenewalLimitOverride ) %] >+ [% IF CAN_user_circulate_override_renewals && Koha.Preference( 'AllowRenewalLimitOverride' ) %] > <label for="override_limit">Override renewal limit:</label> > <input type="checkbox" name="override_limit" id="override_limit" value="1" /> > [% END %] >-- >2.1.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 12920
:
31596
|
46835
|
46991
|
46992
|
47604
|
47605
|
47789
| 47790