From: blake Date: Fri, 27 Feb 2015 20:17:44 +0000 (-0600) Subject: Signed-off-by: blake X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5ff7777fe15f3e9e6667660d5d365ffc3af1c904;p=working%2FEvergreen.git Signed-off-by: blake Needed the double equal sign. Template error during bug squashing day. --- diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index e1b8988c76..3f1d3ee82c 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -471,7 +471,7 @@ END; vol.id = volume.getAttribute('id'); - NEXT IF volume.getAttribute('opac_visible') == 'false' && is_staff = 'false'; + NEXT IF volume.getAttribute('opac_visible') == 'false' && is_staff == 'false'; NEXT IF volume.getAttribute('deleted') == 'true'; IF vol.label == '##URI##';