@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -485,6 +485,9 @@ Title Barcode Call number + Copy number + Inventory number + Serial enumeration Collection [% IF ( item_level_itypes ) %]Item type[% END %]   @@ -499,12 +502,10 @@ [% item.barcode | html %] - - [% IF item.itemcallnumber %][% item.itemcallnumber | html %][% END %] - [% IF item.copynumber %]
Copy number: [% item.copynumber | html %][% END %] - [% IF item.stocknumber %]
Inventory number: [% item.stocknumber | html %][% END %] - [% IF item.enumchron %]
Serial enumeration: [% item.enumchron | html %][% END %] - + [% item.itemcallnumber | html %] + [% item.copynumber | html %] + [% item.stocknumber| html %] + [% item.enumchron| html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] --