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

this was testing unrealistic situation, as user cannot set only a start date on

a purchase invoice.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16283a91
......@@ -810,7 +810,7 @@ class TestTransactionValidation(AccountingTestCase):
# asset price but the resource is the same as the accounting resource
accounting_transaction = self._makeOne(
portal_type='Purchase Invoice Transaction',
start_date=DateTime('2007/01/02'),
stop_date=DateTime('2007/01/02'),
source_section_value=self.organisation_module.client_1,
lines=(dict(destination_value=self.account_module.payable,
destination_debit=500,
......
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