[Erp5-report] r14242 - /erp5/trunk/products/ERP5/tests/testInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 26 04:14:57 CEST 2007


Author: jerome
Date: Thu Apr 26 04:14:56 2007
New Revision: 14242

URL: http://svn.erp5.org?rev=14242&view=rev
Log:
mistake in r14224 


Modified:
    erp5/trunk/products/ERP5/tests/testInvoice.py

Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=14242&r1=14241&r2=14242&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py Thu Apr 26 04:14:56 2007
@@ -165,7 +165,8 @@
 
   def stepCreateSaleInvoiceTransactionRule(self, sequence, **kw) :
     """Create the rule for accounting. """
-    portal = self.getPortal() account_module = self.getAccountModule()
+    portal = self.getPortal()
+    account_module = self.getAccountModule()
     for account_id, account_gap in self.account_definition_list:
       if not account_id in account_module.objectIds():
         account = account_module.newContent(id=account_id)




More information about the Erp5-report mailing list