Commit fef9ed14 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@45054 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7955a8c
......@@ -70,7 +70,7 @@ class SaleTradeConditionConfiguratorItem(ConfiguratorItemMixin, XMLObject):
sale_trade_condition = portal.sale_trade_condition_module.newContent(
portal_type="Sale Trade Condition",
referece=self.getReference(),
reference=self.getReference(),
title=self.getTitle(),
effective_date=DateTime() - 1,
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