From 81cb43c24a91a430f27c5feefb947b463a2e3511 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 21 Dec 2007 18:11:33 +0000 Subject: [PATCH] Fix typo that prevents parsing virtual fields git-svn-id: svn://svn.open-ils.org/ILS/trunk@8270 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