[Erp5-report] r45054 lucas - /erp5/trunk/products/ERP5Configurator/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 4 16:40:30 CEST 2011


Author: lucas
Date: Mon Apr  4 16:40:29 2011
New Revision: 45054

URL: http://svn.erp5.org?rev=45054&view=rev
Log:
Fixed typo error, introduced by someone else.

Modified:
    erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py

Modified: erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py?rev=45054&r1=45053&r2=45054&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py [utf8] Mon Apr  4 16:40:29 2011
@@ -70,7 +70,7 @@ class SaleTradeConditionConfiguratorItem
 
     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)



More information about the Erp5-report mailing list