Commit e91de331 authored by Lucas Carvalho's avatar Lucas Carvalho

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
parent 071dbdb8
......@@ -53,6 +53,7 @@ class BusinessProcessConfiguratorItem(ConfiguratorItemMixin, XMLObject):
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Reference
)
def build(self, business_configuration):
......
......@@ -54,6 +54,7 @@ class SaleTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject):
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Reference
)
def build(self, business_configuration):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment