Invoke a function rather than a property
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Jun 2009 03:33:13 +0000 (03:33 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Jun 2009 03:33:13 +0000 (03:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13270 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml

index aa08f78..c18dfc2 100644 (file)
             var here = findOrgUnit(getLocation());
             if (getDepth() > 0 || getDepth === 0 ) {
                 while (getDepth() < findOrgDepth(here))
-                    here = findOrgUnit( here.parent_ou );
+                    here = findOrgUnit( here.parent_ou() );
             }
 
             dojo.require('openils.BibTemplate');