[open-ils-commits] r12472 - branches/rel_1_4_0/Open-ILS/web/opac/skin/default/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Mar 8 14:19:45 EDT 2009


Author: miker
Date: 2009-03-08 14:19:42 -0400 (Sun, 08 Mar 2009)
New Revision: 12472

Modified:
   branches/rel_1_4_0/Open-ILS/web/opac/skin/default/js/rdetail.js
Log:
we need to test in the other direction, descendency

Modified: branches/rel_1_4_0/Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- branches/rel_1_4_0/Open-ILS/web/opac/skin/default/js/rdetail.js	2009-03-08 18:18:56 UTC (rev 12471)
+++ branches/rel_1_4_0/Open-ILS/web/opac/skin/default/js/rdetail.js	2009-03-08 18:19:42 UTC (rev 12472)
@@ -536,7 +536,7 @@
 		var loc = findOrgUnit(getLocation());
 
 		if( node ) {
-			if( !orgIsMine(loc, node) ) return;
+			if( !orgIsMine(node, loc) ) return;
 
 		} else {
 



More information about the open-ils-commits mailing list