From: Galen Charlton
Date: Thu, 12 Jul 2018 21:47:45 +0000 (-0400)
Subject: fix hold form when placing multiple titles
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=44a6fdcc3821c40c1bb2d1a6dacb05a592b77422;p=working%2FEvergreen.git
fix hold form when placing multiple titles
Signed-off-by: Galen Charlton
---
diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2
index 099208c950..ff756980ba 100644
--- a/Open-ILS/src/templates/opac/parts/place_hold.tt2
+++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2
@@ -66,7 +66,8 @@ function maybeToggleNumCopies(obj) {
SET some_holds_allowed = 0 IF some_holds_allowed == -1;
ELSE; some_holds_allowed = 1; END;
END %]
-
+
+ [% IF loop.first %]
[% END %]
+ [% END %]