Bugzilla – Attachment 47596 Details for
Bug 15706
Templates require circulate permissions to show circ related tabs when they should only require circulate_remaining_permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15706: Forgot to attach the change I made!
Bug-15706-Forgot-to-attach-the-change-I-made.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2016-02-03 14:55:48 UTC
(
hide
)
Description:
Bug 15706: Forgot to attach the change I made!
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-02-03 14:55:48 UTC
Size:
1.02 KB
patch
obsolete
>From b229b663cb140dd73cc4d5d53d0e43b044926ea8 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 1 Feb 2016 22:36:06 +0000 >Subject: [PATCH] Bug 15706: Forgot to attach the change I made! > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >index 01a0d70..e7fb788 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >@@ -1,5 +1,5 @@ > [% USE Branches %] >-[% IF ( CAN_user_circulate ) %][% IF ( CircAutocompl ) %]<script type="text/javascript"> >+[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %][% IF ( CircAutocompl ) %]<script type="text/javascript"> > //<![CDATA[ > $(document).ready(function(){ > $( "#findborrower" ).autocomplete({ >-- >2.1.4
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 15706
:
47485
|
47486
|
47531
|
47532
|
47596
|
47786
|
47787
|
48728