@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -229,7 +229,7 @@ Home library [% IF ( itemdata_ccode ) %]Collection[% END %] Call number - [% IF ( volinfo ) %]Serial enumeration / chronology[% END %] + [% IF volinfo %]Serial enumeration / chronology[% END %] Status Last seen Date accessioned @@ -286,6 +286,7 @@ Note that permanent location is a code, and location may be an authval. [% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %] [% IF ( volinfo ) %] + [% IF ( itemdata_enumchron ) %] [% IF item.enumchron && item.serialseq %] [% item.enumchron | html %] @@ -302,6 +303,7 @@ Note that permanent location is a code, and location may be an authval. ([% item.publisheddate | $KohaDates %]) [% END %] [% END %] + [% END %] --