Bugzilla – Attachment 75238 Details for
Bug 20719
Home library not displayed on all patron account tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20719: Add missing USE Branches to files.tt
Bug-20719-Add-missing-USE-Branches-to-filestt.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2018-05-10 17:49:20 UTC
(
hide
)
Description:
Bug 20719: Add missing USE Branches to files.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-05-10 17:49:20 UTC
Size:
1.15 KB
patch
obsolete
>From a5aee41045468a7bbcf02ede3d9658e5b422a24f Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@informaticsglobal.com> >Date: Mon, 7 May 2018 17:48:57 +0530 >Subject: [PATCH] Bug 20719: Add missing USE Branches to files.tt > >Test > >On a kohadevbox: >0. Enable the EnableBorrowerFiles system preference >1. Go to any patron, and click on the 'Files' tab in the > left pane. > -- the Home library is not displayed. >2. Apply the patch, restart_all, and reload the page. > -- the Home library is now displayed. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >index 96d4c83..60b552f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >@@ -1,5 +1,6 @@ > [% USE Asset %] > [% USE KohaDates %] >+[% USE Branches %] > [% USE AuthorisedValues %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-- >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 20719
:
75116
|
75117
|
75142
|
75143
|
75152
| 75238 |
75239