Commit 108e216a authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed typo error, introduced by someone else.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45064 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd2d43d0
...@@ -69,7 +69,7 @@ class PurchaseTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject): ...@@ -69,7 +69,7 @@ class PurchaseTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject):
purchase_trade_condition = portal.purchase_trade_condition_module.newContent( purchase_trade_condition = portal.purchase_trade_condition_module.newContent(
portal_type="Purchase Trade Condition", portal_type="Purchase Trade Condition",
referece=self.getReference(), reference=self.getReference(),
title=self.getTitle(), title=self.getTitle(),
effective_date=DateTime() - 1, effective_date=DateTime() - 1,
expiration_date=DateTime() + 10 * 365) expiration_date=DateTime() + 10 * 365)
......
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