From e91de3319a38656b485b5dc891531d9f6cf65bfe Mon Sep 17 00:00:00 2001
From: Lucas Carvalho <lucas@nexedi.com>
Date: Fri, 1 Apr 2011 17:26:19 +0000
Subject: [PATCH] Both Documents must use Reference property sheet, otherwise
 getter method wont work.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45003 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../ERP5Configurator/Document/BusinessProcessConfiguratorItem.py | 1 +
 .../Document/SaleTradeConditionConfiguratorItem.py               | 1 +
 2 files changed, 2 insertions(+)

diff --git a/product/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py b/product/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py
index 591c31670d..502bd40d02 100644
--- a/product/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py
+++ b/product/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py
@@ -53,6 +53,7 @@ class BusinessProcessConfiguratorItem(ConfiguratorItemMixin, XMLObject):
                     , PropertySheet.XMLObject
                     , PropertySheet.CategoryCore
                     , PropertySheet.DublinCore
+                    , PropertySheet.Reference
                     )
 
   def build(self, business_configuration):
diff --git a/product/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py b/product/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py
index 5bc4182978..bdc9c445ef 100644
--- a/product/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py
+++ b/product/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py
@@ -54,6 +54,7 @@ class SaleTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject):
                     , PropertySheet.XMLObject
                     , PropertySheet.CategoryCore
                     , PropertySheet.DublinCore
+                    , PropertySheet.Reference
                     )
 
   def build(self, business_configuration):
-- 
2.30.9