[open-ils-commits] r13270 - trunk/Open-ILS/web/opac/skin/default/xml/rdetail (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun May 31 23:33:15 EDT 2009
Author: dbs
Date: 2009-05-31 23:33:13 -0400 (Sun, 31 May 2009)
New Revision: 13270
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Invoke a function rather than a property
Modified: trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-05-31 15:04:41 UTC (rev 13269)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-06-01 03:33:13 UTC (rev 13270)
@@ -155,7 +155,7 @@
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');
More information about the open-ils-commits
mailing list