Bugzilla – Attachment 36162 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.83 KB, created by
Jonathan Druart
on 2015-02-25 11:31:05 UTC
(
hide
)
Description:
Bug 13745: Fix serial collection page to always show branch name
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-25 11:31:05 UTC
Size:
1.83 KB
patch
obsolete
>From 040703f5a105b05daed08dd7e457ca0a162468f5 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 > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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 %] >-- >2.1.0
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