From c31d2b967dd16435eec3a1aca356fe61b1ea84ae Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 8 Mar 2009 18:19:42 +0000 Subject: [PATCH] we need to test in the other direction, descendency git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@12472 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/rdetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js index 5fba8515ae..a3d0db9871 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -536,7 +536,7 @@ function _rdetailRows(node) { var loc = findOrgUnit(getLocation()); if( node ) { - if( !orgIsMine(loc, node) ) return; + if( !orgIsMine(node, loc) ) return; } else { -- 2.11.0