projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0232a
)
Revert "Hide fake barcode electronic resources in Laurentian locations"
author
Dan Scott
<dscott@laurentian.ca>
Wed, 7 Jan 2015 21:02:53 +0000
(16:02 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 7 Jan 2015 21:02:53 +0000
(16:02 -0500)
This reverts commit
d7930ddc97c0205cbeb368f73783579ec1796291
.
Because we no longer have fake barcodes at Laurentian.
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
f0b3d12
..
1d734b8
100644
(file)
--- a/
Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/
Open-ILS/src/templates/opac/parts/misc_util.tt2
@@
-502,10
+502,6
@@
loc = copy.findnodes('./*[local-name()="location"]');
NEXT IF loc.getAttribute('opac_visible') == 'false';
- # Laurentian-specific hiding of electronic resources
- NEXT IF loc.textContent == 'Internet';
- NEXT IF loc.textContent == 'Electronic book';
-
circlib = copy.findnodes('./*[local-name()="circlib"]');
NEXT IF circlib.getAttribute('opac_visible') == 'false';