projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba62a8
)
Signed-off-by: blake <blake@mobiusconsortium.org>
user/blake/lp1403913_items_visible_staff_client_equalsign
author
blake
<blake@mobiusconsortium.org>
Fri, 27 Feb 2015 20:17:44 +0000
(14:17 -0600)
committer
blake
<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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/misc_util.tt2
b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index
e1b8988
..
3f1d3ee
100644
(file)
--- 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##';