Revert "Hide fake barcode electronic resources in Laurentian locations"
authorDan Scott <dscott@laurentian.ca>
Wed, 7 Jan 2015 21:02:53 +0000 (16:02 -0500)
committerDan 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

index f0b3d12..1d734b8 100644 (file)
                     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';