Bugzilla – Attachment 21120 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
0001-Bug-10825-detail.tt-displays-duplicated-enumchron-va.patch (text/plain), 1.81 KB, created by
Paola Rossi
on 2013-09-16 14:57:43 UTC
(
hide
)
Description:
Bug 10825 - detail.tt displays duplicated enumchron values for serial items
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2013-09-16 14:57:43 UTC
Size:
1.81 KB
patch
obsolete
>From 407c21ad54c7022d7a1de080a5d5046783912a3b Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Mon, 16 Sep 2013 15:12:16 +1200 >Subject: [PATCH] Bug 10825 - detail.tt displays duplicated enumchron values > for serial items > > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 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 a9c042d..7689ae9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -508,12 +508,15 @@ function verify_images() { > [% IF ( volinfo ) %] > <td class="enumchron"> > [% IF ( itemdata_enumchron ) %] >- [% IF ( item.enumchron ) %] >- [% item.enumchron %] >- [% IF ( item.serialseq ) %] -- [% END %] >+ [% IF ( item.enumchron ) %] >+ [% item.enumchron %] >+ [% ELSIF ( item.serialseq ) %] >+ [% item.serialseq %] >+ [% END %] >+ >+ [% IF ( item.publisheddate ) %] >+ ([% item.publisheddate %]) > [% END %] >- [% item.serialseq %] >- [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %] > [% END %] > </td> > [% 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