From a5d6510127336acf8ae4f6b06003bfbca0524c35 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Mon, 4 Apr 2011 17:26:16 +0000 Subject: [PATCH] Purchase Trade Condition Configurator Item must use Reference property sheet, otherwise getter method wont work. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45065 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Document/PurchaseTradeConditionConfiguratorItem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py b/product/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py index 164a3cd947..d593e0aa99 100644 --- a/product/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py +++ b/product/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py @@ -54,6 +54,7 @@ class PurchaseTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject): , PropertySheet.XMLObject , PropertySheet.CategoryCore , PropertySheet.DublinCore + , PropertySheet.Reference ) def build(self, business_configuration): -- 2.30.9