From ef269746897ef38fd29fe1743364cfbea46d3177 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 8 Mar 2009 18:18:16 +0000 Subject: [PATCH] we need to test in the other direction, descendency git-svn-id: svn://svn.open-ils.org/ILS/trunk@12470 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 b78c21cc62..a8b3293b78 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -550,7 +550,7 @@ function _rdetailRows(node) { var loc = findOrgUnit(getLocation()); if( node ) { - if( !orgIsMine(loc, node) ) return; + if( !orgIsMine(node, loc) ) return; } else { -- 2.11.0