[Erp5-report] r27705 - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Jun 21 00:03:04 CEST 2009


Author: kazuhiko
Date: Sun Jun 21 00:03:03 2009
New Revision: 27705

URL: http://svn.erp5.org?rev=27705&view=rev
Log:
fix a SyntaxError.

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

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=27705&r1=27704&r2=27705&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] Sun Jun 21 00:03:03 2009
@@ -816,7 +816,7 @@
                start_date=DateTime('2007/01/02'),
                destination_section_value=self.organisation_module.client_1,
                lines=(dict(source_value=self.account_module.payable,
-                           source_debit=500,)
+                           source_debit=500),
                       dict(source_value=self.account_module.receivable,
                            source_debit=-500,
                            cancellation_amount=True




More information about the Erp5-report mailing list