added transcendant checking
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jun 2006 18:02:54 +0000 (18:02 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jun 2006 18:02:54 +0000 (18:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4615 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/result_common.js

index b559af7..cae68b4 100644 (file)
@@ -602,7 +602,7 @@ function resultDisplayCopyCounts(rec, pagePosition, copy_counts) {
                        /* here we style opac-invisible records for xul */
 
                        if( cts.depth == 0 ) {
-                               if(!cts.unshadow) {
+                               if(!cts.transcendant && !cts.unshadow) {
                                        _debug("found an opac-shadowed record: " + rec.doc_id());
                                        var row = cell.parentNode.parentNode.parentNode.parentNode.parentNode; 
                                        if( cts.count == 0 )