[open-ils-commits] r12471 - branches/rel_1_4/Open-ILS/web/opac/skin/default/js (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Mar 8 14:18:59 EDT 2009
Author: miker
Date: 2009-03-08 14:18:56 -0400 (Sun, 08 Mar 2009)
New Revision: 12471
Modified:
branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rdetail.js
Log:
we need to test in the other direction, descendency
Modified: branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rdetail.js 2009-03-08 18:18:16 UTC (rev 12470)
+++ branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rdetail.js 2009-03-08 18:18:56 UTC (rev 12471)
@@ -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