Bugzilla – Attachment 36115 Details for
Bug 13745
Serial collection page shows branchcode instead of branchname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13745: Fix serial collection page to always show branch name
Bug-13745-Fix-serial-collection-page-to-always-sho.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2015-02-21 21:27:05 UTC
(
hide
)
Description:
Bug 13745: Fix serial collection page to always show branch name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-02-21 21:27:05 UTC
Size:
1.70 KB
patch
obsolete
>From 4f322e7a8d8f7025fbaa7cfa07e64e41cbb1e0dc Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 21 Feb 2015 22:24:03 +0100 >Subject: [PATCH] Bug 13745: Fix serial collection page to always show branch > name > >The serial collection page shows 2 tables, one for the subscriptions >and a second for the issues. Both show the branch, but the first >showed the code while the second showed the name. >With this patch both tables show the name. > >To test: >- Search for a subscription or create one >- Navigate to the serial collection page (navigation on left side) >- Check both tables on the page show the branch name with > the patch applied >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 0114e1e..0092324 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -120,7 +120,7 @@ $(document).ready(function() { > <td><a href="subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]"># [% subscription.subscriptionid %]</a> </td> > <td>[% subscription.frequency.description %]</td> > <td>[% subscription.numberpattern.label %]</td> >- <td> [% subscription.branchcode %]</td> >+ <td>[% IF subscription.branchcode %][% Branches.GetName( subscription.branchcode ) %][% END %]</td> > <td> [% subscription.callnumber %]</td> > <td> [% subscription.notes %] > [% UNLESS subscription.closed %] >-- >1.9.1
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 13745
:
36115
|
36149
|
36162