@@ -, +, @@ for serial items --- .../prog/en/modules/catalogue/detail.tt | 54 +++++++++++++++++--- 1 file changed, 46 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -505,18 +505,21 @@ function verify_images() { [% item.datelastseen %] [% item.barcode %] + [% IF ( volinfo ) %] - [% 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 %] [% END %] + [% IF ( itemdata_uri ) %] [% item.uri %] [% END %] @@ -563,6 +566,41 @@ function verify_images() { [% END %] [% END %] +<<<<<<< HEAD +======= + [% itemloo.datelastseen %] + [% itemloo.barcode %] + + [% IF ( volinfo ) %] + + [% IF ( itemloo.serialseq ) %] + [% itemloo.serialseq %] + [% ELSE %] + [% itemloo.enumchron %] + [% END %] + + [% IF ( itemloo.publisheddate ) %] + ([% itemloo.publisheddate %]) + [% END %] + + [% END %] + + [% IF ( itemdata_uri ) %] + [% itemloo.uri %] + [% END %] + [% IF ( itemdata_copynumber ) %] + [% itemloo.copynumber %] + [% END %] + [% IF materials %] + [% itemloo.materials %] + [% END %] + [% IF ( itemdata_itemnotes ) %]
[% itemloo.itemnotes %]
[% END %] + [% IF ( SpineLabelShowPrintOnBibDetails ) %] + Print label + [% END %] + [% IF ( hostrecords ) %] + [% IF ( itemloo.hostbiblionumber) %][% itemloo.hosttitle %][% END %] +>>>>>>> 4439a53... Bug 10825 - detail.tt displays duplicated enumchron values for serial items [% END %] [% END %] --