[open-ils-commits] r9399 - trunk/Open-ILS/web/js/dojo/fieldmapper

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 21 14:10:05 EDT 2008


Author: erickson
Date: 2008-04-21 13:31:06 -0400 (Mon, 21 Apr 2008)
New Revision: 9399

Modified:
   trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js
Log:
findOrgType lives in the fieldmapper.aout namespace

Modified: trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js	2008-04-21 17:25:40 UTC (rev 9398)
+++ trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js	2008-04-21 17:31:06 UTC (rev 9399)
@@ -108,7 +108,7 @@
 		if (!id) return null;
 
 		var org = fieldmapper.aou.findOrgUnit(id);
-		return fieldmapper.findOrgType(
+		return fieldmapper.aout.findOrgType(
 			fieldmapper.aou.findOrgUnit(id).ou_type()
 		).depth;
 	}



More information about the open-ils-commits mailing list