Also hide opac_invisible copies from the LU skin
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 18 Jan 2011 21:53:27 +0000 (21:53 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 18 Jan 2011 21:53:27 +0000 (21:53 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1203 6d9bc8c9-1ec2-4278-b937-99fde70a366f

web/opac/skin/lul/xml/result/result_table.xml

index 33debcd..7a7640c 100644 (file)
                                             if (cp.getAttribute('deleted') == 't') {
                                                 return;
                                             }
+                                            if (cp.getAttribute('opac_visible') == 'f') {
+                                                return;
+                                            }
                                             var cp_entry = dojo.create('div');
                                             var loc_id;
                                             var vol_appended = false;