@@ -, +, @@ --- circ/returns.pl | 6 +----- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 13 deletions(-) --- a/circ/returns.pl +++ a/circ/returns.pl @@ -268,17 +268,13 @@ if ($barcode) { my $biblio = $item->biblio; $template->param( title => $biblio->title, - homebranch => $item->homebranch, - holdingbranch => $item->holdingbranch, returnbranch => $returnbranch, author => $biblio->author, - itembarcode => $item->barcode, - itemtype => $item->effective_itemtype, - ccode => $item->ccode, itembiblionumber => $biblio->biblionumber, biblionumber => $biblio->biblionumber, additional_materials => $materials, issue => $checkout, + item => $item, ); } # FIXME else we should not call AddReturn but set BadBarcode directly instead --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -160,7 +160,7 @@ [% IF ( collectionItemNeedsTransferred ) %]

Please transfer item to: [% Branches.GetName( collectionBranch ) | html %]

-

[% itembarcode | html %]: [% title | html %]

+

[% item.barcode | html %]: [% title | html %]

This item is part of a rotating collection.

@@ -221,7 +221,7 @@

Check in message

[% IF itembiblionumber %] -

[% itembarcode | html %]: [% title | html %]

+

[% item.barcode | html %]: [% title | html %]

[% END %] [% FOREACH errmsgloo IN errmsgloop %] [% IF ( errmsgloo.NotForLoanStatusUpdated ) %] @@ -360,7 +360,7 @@