From 240a4792e78411a1c8a8af9bbbb87b71b7e476d6 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 20 Jun 2008 18:00:58 +0000 Subject: [PATCH] use the new opac_visible flag for CN table git-svn-id: svn://svn.open-ils.org/ILS/trunk@9895 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/rdetail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js index 46c405238e..e9d53d613d 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -707,7 +707,7 @@ function rdetailApplyStatuses( row, template, statuses ) { var _statusPositions = {}; //Add one td (creating a new column) to the copy summary -//table for each holdable copy status +//table for each opac_visible copy status function rdetailBuildStatusColumns() { @@ -719,7 +719,7 @@ function rdetailBuildStatusColumns() { for( i = 0; i < cp_statuses.length; i++ ) { var c = cp_statuses[i]; - if( c && isTrue(c.holdable()) ) { + if( c && isTrue(c.opac_visisble()) ) { var name = c.name(); _statusPositions[i] = c; var node = template.cloneNode(true); -- 2.11.0