Bugzilla – Attachment 20793 Details for
Bug 10825
detail.tt displays duplicated enumchron values for serial items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10825 - detail.tt displays duplicated enumchron values for serial items
Bug-10825---detailtt-displays-duplicated-enumchron.patch (text/plain), 4.30 KB, created by
Mason James
on 2013-09-05 05:51:40 UTC
(
hide
)
Description:
Bug 10825 - detail.tt displays duplicated enumchron values for serial items
Filename:
MIME Type:
Creator:
Mason James
Created:
2013-09-05 05:51:40 UTC
Size:
4.30 KB
patch
obsolete
>From 01cc6b35ee1b503b635001059cb1e17c91725385 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 5 Sep 2013 17:36:51 +1200 >Subject: [PATCH] Bug 10825 - detail.tt displays duplicated enumchron values > for serial items >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/catalogue/detail.tt | 54 +++++++++++++++++--- > 1 file changed, 46 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 1011224..9648e29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -505,18 +505,21 @@ function verify_images() { > </td> > <td class="datelastseen">[% item.datelastseen %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&itemnumber=[% item.itemnumber %]&biblionumber=[% item.biblionumber %]&bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td> >+ > [% IF ( volinfo ) %] > <td class="enumchron"> >- [% IF ( itemdata_enumchron ) %] >- [% IF ( item.enumchron ) %] >- [% item.enumchron %] >- [% IF ( item.serialseq ) %] -- [% END %] >- [% END %] >- [% item.serialseq %] >- [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %] >- [% END %] >+ [% IF ( itemloo.serialseq ) %] >+ [% itemloo.serialseq %] >+ [% ELSE %] >+ [% itemloo.enumchron %] >+ [% END %] >+ >+ [% IF ( itemloo.publisheddate ) %] >+ ([% itemloo.publisheddate %]) >+ [% END %] > </td> > [% END %] >+ > [% IF ( itemdata_uri ) %] > <td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td> > [% END %] >@@ -563,6 +566,41 @@ function verify_images() { > [% END %] > [% END %] > </td> >+<<<<<<< HEAD >+======= >+ <td class="datelastseen">[% itemloo.datelastseen %]</td> >+ <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% itemloo.type %]&itemnumber=[% itemloo.itemnumber %]&biblionumber=[% itemloo.biblionumber %]&bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td> >+ >+ [% IF ( volinfo ) %] >+ <td class="enumchron"> >+ [% IF ( itemloo.serialseq ) %] >+ [% itemloo.serialseq %] >+ [% ELSE %] >+ [% itemloo.enumchron %] >+ [% END %] >+ >+ [% IF ( itemloo.publisheddate ) %] >+ ([% itemloo.publisheddate %]) >+ [% END %] >+ </td> >+ [% END %] >+ >+ [% IF ( itemdata_uri ) %] >+ <td class="uri"><a href="[% itemloo.uri %]">[% itemloo.uri %]</a></td> >+ [% END %] >+ [% IF ( itemdata_copynumber ) %] >+ <td class="copynumber">[% itemloo.copynumber %]</td> >+ [% END %] >+ [% IF materials %] >+ <td class="materials"> [% itemloo.materials %] </td> >+ [% END %] >+ [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %] >+ [% IF ( SpineLabelShowPrintOnBibDetails ) %] >+ <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% itemloo.barcode %]" >Print label</a></td> >+ [% END %] >+ [% IF ( hostrecords ) %] >+ <td>[% IF ( itemloo.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemloo.hostbiblionumber %]" >[% itemloo.hosttitle %]</a>[% END %]</td> >+>>>>>>> 4439a53... Bug 10825 - detail.tt displays duplicated enumchron values for serial items > [% END %] > </tr> > [% END %] >-- >1.7.10.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 10825
:
20792
|
20793
|
20794
|
21110
|
21120
|
26224
|
26225
|
27090
|
27100
|
27101
|
27119