From 1a5505bb06c8e0f5832c4ffaba114e773131f691 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 1 Jun 2009 03:33:13 +0000 Subject: [PATCH] Invoke a function rather than a property 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml index aa08f78ece..c18dfc243f 100644 --- a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml @@ -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'); -- 2.43.2