From a8a44a593a76a7d41339c3cf73928594b4658045 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 23 Aug 2011 12:18:44 -0400 Subject: [PATCH] Fix for Bug 6766 - Template variable scope errors in holds template Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 06a939178ccbbcf1809c1b1e7bc1d12124165ff3) Signed-off-by: Chris Nighswonger --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 4b7aa7c6f5..969628c36b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -516,7 +516,7 @@ function checkMultiHold() { [% END %] [% IF ( biblioloo.alreadyres ) %] -
  • [% biblioloo.borrowerfirstname %] [% biblioloo.borrowersurname %] already has a hold on this item
  • +
  • [% borrowerfirstname %] [% borrowersurname %] already has a hold on this item
  • [% END %] [% IF ( biblioloo.none_avail ) %]
  • No copies are available to be placed on hold
  • @@ -567,7 +567,7 @@ function checkMultiHold() { [% IF ( biblioloo.reserveloop ) %] - [% IF ( biblioloo.multi_hold ) %] + [% IF ( multi_hold ) %] [% END %] -- 2.39.5
    [% biblioloo.title |html %]