From 06a939178ccbbcf1809c1b1e7bc1d12124165ff3 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 --- 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 cbcfc55753..13ea5c4e44 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.2
    [% biblioloo.title |html %]