Bugzilla – Attachment 651 Details for
Bug 2375
Serials holdings data does not display in opac-detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-2375-Serials-holdings-data-does-not-disp.patch (text/plain), 2.08 KB, created by
Chris Cormack
on 2010-02-05 15:14:00 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-02-05 15:14:00 UTC
Size:
2.08 KB
patch
obsolete
>From a105afe2a53c0f1fc63830e020e819549ff7d85a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 5 Feb 2010 10:08:04 -0500 >Subject: [PATCH] Fix for Bug 2375, Serials holdings data does not display in opac-detail > >- Removing markup to display serial data in the holdings table > This functionality (if it worked) would seem to duplicate > the data displayed under the 'Subscriptions' tab >--- > .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >index 7d7fb6d..7cbec2f 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >@@ -363,9 +363,6 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <!-- TMPL_IF NAME="itemdata_enumchron" --><th>Vol Info</th><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="itemdata_uri" --><th>URL</th><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy</th><!-- /TMPL_IF --> >- <!-- TMPL_IF NAME="serial" --> >- <th>Serial Data</th> >- <th>Published</th><!-- /TMPL_IF --> > <th>Status</th> > <!-- TMPL_IF NAME="itemdata_itemnotes" --><th>Notes</th><!-- /TMPL_IF --> > <th>Date Due</th> >@@ -378,8 +375,6 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <!-- TMPL_IF NAME="itemdata_enumchron" --><td><!-- TMPL_VAR NAME="enumchron" --></td><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="itemdata_uri" --><td><a href="<!-- TMPL_VAR NAME="uri" -->"><!-- TMPL_VAR NAME="uri" --></a></td><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="itemdata_copynumber" --><td><!-- TMPL_VAR NAME="copynumber" --></td><!-- /TMPL_IF --> >- <!-- TMPL_IF NAME="serial" --><td><!-- TMPL_VAR NAME="serialseq" --> </td> >- <td><!-- TMPL_VAR NAME="publisheddate" --> </td><!-- /TMPL_IF --> > <td><!-- TMPL_IF name="bi_notforloan" --> > Not for loan <!-- TMPL_IF NAME="notforloanvalue" -->(<!-- TMPL_VAR NAME="notforloanvalue" -->)<!-- /TMPL_IF --> > <!-- TMPL_ELSIF NAME="itypenotforloan" --> >-- >1.6.3.3 >
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 2375
:
648
|
649
|
650
|
651
|
652
|
653