Bugzilla – Attachment 14674 Details for
Bug 9229
branch code instead of name in subscription-detail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9229 - branch code instead of name in subscription-detail.pl - Using KohaBranchName plugin
Bug-9229---branch-code-instead-of-name-in-subscrip.patch (text/plain), 2.00 KB, created by
Jonathan Druart
on 2013-01-17 15:00:56 UTC
(
hide
)
Description:
Bug 9229 - branch code instead of name in subscription-detail.pl - Using KohaBranchName plugin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-17 15:00:56 UTC
Size:
2.00 KB
patch
obsolete
>From 99f2e7adc980a743242204fe6ae7b8e7329aaaab Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 14 Dec 2012 11:09:08 -0500 >Subject: [PATCH] Bug 9229 - branch code instead of name in > subscription-detail.pl - Using KohaBranchName plugin > >Test plan: >Go in a subscription detail page. >Check that the "Library" information is changed from the branchcode to >the branchname > >Signed-off-by: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 949b946..319285f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -1,3 +1,4 @@ >+[% USE KohaBranchName %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Serials › Details for subscription #[% subscriptionid %]</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -101,7 +102,7 @@ $(document).ready(function() { > <li><span class="label">Librarian identity:</span> [% librarian %]</li> > <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li> > <li><span class="label">Biblio:</span> <a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% bibnum %]">[% bibliotitle %]</a> <i>([% bibnum %])</i></li> >-[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% branchcode %]</li>[% END %] >+[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% branchcode | $KohaBranchName %]</li>[% END %] > [% IF ( serialsadditems ) %] > <li><span class="label">Items:</span> Serial receipt creates an item record.</li> > [% ELSE %] >-- >1.7.10.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 9229
:
13909
|
14136
|
14137
|
14165
| 14674