From: Kathy Lussier Date: Tue, 9 Jun 2015 20:35:33 +0000 (-0400) Subject: LP#1406387 Small typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkmlussier%2Flp1406387_fix_hold_placement_advanced_options;p=working%2FEvergreen.git LP#1406387 Small typo fix Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index 512c4c99d3..ba84039a3f 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -21,7 +21,7 @@ is_requestor = CGI.param('is_requestor'); IF is_requestor == ''; - is_requetor = '0'; + is_requestor = '0'; END; IF is_requestor == '0' && usr_barcode == ctx.staff_recipient.card.barcode;