Bugzilla – Attachment 87529 Details for
Bug 18450
Renew in header bypasses hold block and renewal limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18450: (follow up) Fixed forbidden patterns for qa tool
Bug-18450-follow-up-Fixed-forbidden-patterns-for-q.patch (text/plain), 1.69 KB, created by
Liz Rea
on 2019-04-08 15:20:35 UTC
(
hide
)
Description:
Bug 18450: (follow up) Fixed forbidden patterns for qa tool
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-04-08 15:20:35 UTC
Size:
1.69 KB
patch
obsolete
>From 28abb0eb93a0f7a0925e7da4fe5ddc58859eec54 Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Wed, 3 Apr 2019 11:13:35 +1300 >Subject: [PATCH] Bug 18450: (follow up) Fixed forbidden patterns for qa tool > >Sponsored-by: Catalyst IT > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index b1058ba8f3..5ed838be97 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -114,10 +114,7 @@ > > <p>This item is on hold for another patron.</p> > >- [% IF ((!Koha.Preference('AllowRenewalLimitOverride')) && >- ((Koha.Preference('AllowRenewalIfOtherItemsAvailable'))) && can_renew == 1) || >- ((Koha.Preference('AllowRenewalLimitOverride')) && >- ((Koha.Preference('AllowRenewalIfOtherItemsAvailable'))) && can_renew == 1 ) %] >+ [% IF ((!Koha.Preference('AllowRenewalLimitOverride')) && ((Koha.Preference('AllowRenewalIfOtherItemsAvailable'))) && can_renew == 1) || ((Koha.Preference('AllowRenewalLimitOverride')) && ((Koha.Preference('AllowRenewalIfOtherItemsAvailable'))) && can_renew == 1 ) %] > > <form method="post" action="/cgi-bin/koha/circ/renew.pl"> > <input type="hidden" name="barcode" value="[% item.barcode | html %]"/> >-- >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 18450
:
62339
|
62447
|
62811
|
63226
|
63292
|
63293
|
63377
|
63764
|
64402
|
69475
|
69476
|
69489
|
72835
|
72836
|
86587
|
86588
|
86589
|
86590
|
86591
|
87337
|
87338
|
87528
| 87529