@@ -, +, @@ --- circ/returns.pl | 2 -- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) --- a/circ/returns.pl +++ a/circ/returns.pl @@ -263,9 +263,7 @@ if ($barcode) { $template->param( title => $biblio->{'title'}, homebranch => $biblio->{'homebranch'}, - homebranchname => GetBranchName( $biblio->{'homebranch'} ), returnbranch => $returnbranch, - returnbranchname => GetBranchName( $returnbranch ), author => $biblio->{'author'}, itembarcode => $biblio->{'barcode'}, itemtype => $biblio->{'itemtype'}, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -264,7 +264,7 @@ $(document).ready(function () { [% IF ( transfer ) %]
-

Please return [% title or "item" |html %] to [% returnbranchname %]
( Print slip )

+

Please return [% title or "item" |html %] to [% Branches.GetName( returnbranchname ) %]
( Print slip )

[% IF ( soundon ) %] @@ -276,7 +276,7 @@ $(document).ready(function () { [% IF ( soundon ) %] [% END %] -

This item needs to be transferred to [% returnbranchname %]

+

This item needs to be transferred to [% Branches.GetName( returnbranchname ) %]

Transfer now?
[% IF itemnumber %] --