@@ -, +, @@ when returning/checking in Items -Apply patches -Follow the previous test plan -Checkin whichever material (e.g., book) without sequence or enumchrom -Open up source code for checkin page, search under title and --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -636,8 +636,10 @@ $(document).ready(function () { [% riloo.itemtitle |html %] -
- [% riloo.enumchron %] + [% IF ( riloo.enumchron ) %] +
+ [% riloo.enumchron %] + [% END %] [% riloo.itemauthor %] [% riloo.barcode %] --