Bugzilla – Attachment 9110 Details for
Bug 7927
library not showing on subscription full history anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7927 - library not showing on subscription full history anymore
Bug-7927---library-not-showing-on-subscription-ful.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2012-04-11 06:44:54 UTC
(
hide
)
Description:
Bug 7927 - library not showing on subscription full history anymore
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-11 06:44:54 UTC
Size:
1.14 KB
patch
obsolete
>From 706503cf207ce172ee3d67af3af5f7508d8a4c09 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 11 Apr 2012 08:41:57 +0200 >Subject: [PATCH] Bug 7927 - library not showing on subscription full history > anymore > >Restores former functionality: >Shows the branchcode in the branch column for the full history >view of subscriptions in OPAC. > >http://bugs.koha-community.org/show_bug.cgi?id=7929 >--- > .../prog/en/modules/opac-full-serial-issues.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >index 42800ad..6b47afa 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >@@ -192,7 +192,7 @@ function showlayer(numlayer){ > <tr> > <td> [% serial.publisheddate %] > </td> >- <td class="libraryfilterclass"> [% serial.branchname %] >+ <td class="libraryfilterclass"> [% serial.branchcode %] > </td> > <td> [% serial.notes %] > </td> >-- >1.7.5.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 7927
:
9042
|
9110
|
9123