Commit 5eabc37b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a SyntaxError.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27705 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72dcb5fa
......@@ -816,7 +816,7 @@ class TestTransactionValidation(AccountingTestCase):
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
......
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