Bugzilla – Attachment 75143 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.09 KB, created by
Mark Tompsett
on 2018-05-07 18:43:34 UTC
(
hide
)
Description:
Bug 20719 - Add missing USE Branches to files.tt
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-05-07 18:43:34 UTC
Size:
1.09 KB
patch
obsolete
>From 29dd3dae3590d1929f892ca326fe2cee2ad3a7af 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> >--- > 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