Signed-off-by: blake <blake@mobiusconsortium.org> user/blake/lp1403913_items_visible_staff_client_equalsign
authorblake <blake@mobiusconsortium.org>
Fri, 27 Feb 2015 20:17:44 +0000 (14:17 -0600)
committerblake <blake@mobiusconsortium.org>
Fri, 27 Feb 2015 20:17:44 +0000 (14:17 -0600)
Needed the double equal sign. Template error during
bug squashing day.

Open-ILS/src/templates/opac/parts/misc_util.tt2

index e1b8988..3f1d3ee 100644 (file)
             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##';