Bugzilla – Attachment 75117 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 - Missing branchcode in /cgi-bin/koha/members/files.pl
0001-Bug-20719-Missing-branchcode-in-cgi-bin-koha-members.patch (text/plain), 987 bytes, created by
Amit Gupta
on 2018-05-07 12:26:27 UTC
(
hide
)
Description:
Bug 20719 - Missing branchcode in /cgi-bin/koha/members/files.pl
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2018-05-07 12:26:27 UTC
Size:
987 bytes
patch
obsolete
>From a97cc03a138b8e6dad5afb5be4eae59e29728638 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 - Missing branchcode in > /cgi-bin/koha/members/files.pl > >Test > >1. Hit the page /cgi-bin/koha/members/files.pl?borrowernumber=xx > xx is a borrowernumber >2. Apply the patch and reload the page. >3. You can see branchcode on the left handside. >--- > 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.7.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