Bugzilla – Attachment 14137 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), 1.74 KB, created by
Kyle M Hall (khall)
on 2012-12-14 16:09:30 UTC
(
hide
)
Description:
Bug 9229 - branch code instead of name in subscription-detail.pl - Using KohaBranchName plugin
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-14 16:09:30 UTC
Size:
1.74 KB
patch
obsolete
>From 5a7fe88163a1aeff5c07a2201ed51e120b781ea1 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 > >--- > .../prog/en/modules/serials/subscription-detail.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >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.2.5
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