Commit a762a40a authored by Jérome Perrin's avatar Jérome Perrin

fixup! accounting: rewrite account statements' initial balance detail

parent f5e028e6
......@@ -1226,6 +1226,7 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase):
start_date=DateTime(2006, 2, 4),
lines=(dict(source_value=account_module.receivable,
grouping_reference='B',
grouping_date=DateTime(2006, 3, 1),
source_debit=400.0),
dict(source_value=account_module.payable,
source_credit=400.0)))
......@@ -1243,6 +1244,7 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase):
source_debit=400.0),
dict(source_value=account_module.receivable,
grouping_reference='B',
grouping_date=DateTime(2006, 3, 1),
source_credit=400.0)))
t4.stop()
t4.deliver()
......
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