From 2327eff2bb0dc587e3f3bbe0837e8a847f9d1f56 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 10 Dec 2012 15:27:40 -0500 Subject: [PATCH] Minor fix in Open-ILS/src/templates/opac/parts/place_hold_result.tt2 The hidden override field had two type attrs: "hidden" and "name." I deleted the one with the value of "name." Signed-off-by: Jason Stephenson Signed-off-by: Bill Erickson --- Open-ILS/src/templates/opac/parts/place_hold_result.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 index eb05167f11..bf2a654bdc 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -10,7 +10,7 @@

[% l('Place Hold') %]

- + [% FOR k IN ctx.orig_params.keys %] [% END %] -- 2.11.0