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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 4 19:16:29 CEST 2011


Author: lucas
Date: Mon Apr  4 19:16:28 2011
New Revision: 45064

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

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

Modified: erp5/trunk/products/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py?rev=45064&r1=45063&r2=45064&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Document/PurchaseTradeConditionConfiguratorItem.py [utf8] Mon Apr  4 19:16:28 2011
@@ -69,7 +69,7 @@ class PurchaseTradeConditionConfigurator
 
     purchase_trade_condition = portal.purchase_trade_condition_module.newContent(
                                            portal_type="Purchase 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