From 814a33079758f7c552efbfed53dd67d5e726f935 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Mon, 10 Jun 2019 09:53:44 -0700 Subject: [PATCH] LP#1822630: fix sanitizing CGI params on place_hold_result Signed-off-by: Jeff Davis Signed-off-by: Jason Stephenson (cherry picked from commit 019118895c94f5cc810b3f1fb95b2634a1c993b6) --- Open-ILS/src/templates/opac/parts/place_hold_result.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 36e7a45be2..3320fdb62d 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -155,10 +155,10 @@ function disable_submit() { [% END %] [% IF any_failures OR ctx.general_hold_error %] - [% l('Cancel') %] + [% l('Cancel') %] [% ELSE %]