From 9b11d614b76db3ec5330ccc36156258dbbe6f675 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 20 Apr 2015 06:39:33 -0400 Subject: [PATCH] Bug 7981 [QA Followup] - Rename TT vars Signed-off-by: Kyle M Hall Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 6dbbd5b..cdc414a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -277,7 +277,7 @@ $(document).ready(function () { [% IF ( transfer ) %]
-

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

+

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

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

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

+

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

Transfer now?
[% IF itemnumber %] -- 2.1.0