@@ -, +, @@ enumchron values for serial items --------- bug report. removed? --- .../prog/en/modules/catalogue/detail.tt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -658,12 +658,15 @@ function verify_images() { [% IF ( volinfo ) %] [% 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 %] [% END %] --