@@ -, +, @@ --- .../prog/en/modules/catalogue/detail.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -658,14 +658,15 @@ function verify_images() { [% IF ( volinfo ) %] [% IF ( itemdata_enumchron ) %] - [% IF ( itemloo.enumchron ) %] - [% itemloo.enumchron %] + [% IF ( item.enumchron ) %] + [% item.enumchron %] + [% IF ( item.serialseq ) %] -- [% END %] [% END %] - [% IF ( itemloo.serialseq ) %] -
-- [% itemloo.serialseq %]
+ [% IF ( item.serialseq ) %] + [% item.serialseq %] [% END %] - [% IF ( itemloo.publisheddate ) %] -
([% itemloo.publisheddate %])
+ [% IF ( item.publisheddate ) %] + ([% item.publisheddate %]) [% END %] [% END %] --