From 8fafd887f18b5e65500d2213d43594dd7e8b20d7 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 21 Dec 2007 18:13:21 +0000 Subject: [PATCH] Backport fix from trunk to parse virtual objects in IDL git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8271 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/python/oils/utils/idl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/python/oils/utils/idl.py b/Open-ILS/src/python/oils/utils/idl.py index 448d25cdf2..97ad3de12a 100644 --- a/Open-ILS/src/python/oils/utils/idl.py +++ b/Open-ILS/src/python/oils/utils/idl.py @@ -60,7 +60,7 @@ class oilsIDLParser(object): obj['controller'] = self.__getAttr(child, 'controller') obj['fieldmapper'] = self.__getAttr(child, 'oils_obj:fieldmapper', OILS_NS_OBJ) - obj['virtual'] = self.__getAttr(child, 'oils_perist:virtual', OILS_NS_PERSIST) + obj['virtual'] = self.__getAttr(child, 'oils_persist:virtual', OILS_NS_PERSIST) obj['rpt_label'] = self.__getAttr(child, 'reporter:label', OILS_NS_REPORTER) obj['tablename'] = self.__getAttr(child, 'oils_persist:tablename', OILS_NS_REPORTER) -- 2.11.0