Commit 1d978441 authored by Vincent Pelletier's avatar Vincent Pelletier

Checkbook Receptions needs a valid destination payment to pass workflow transitions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14509 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82a79153
......@@ -87,6 +87,7 @@ class TestERP5BankingCheckbookVaultTransferMixin:
self.checkbook_reception = self.checkbook_reception_module.newContent(
id='checkbook_reception', portal_type='Checkbook Reception',
source_value=None, destination_value=self.reception_destination_site,
destination_payment_value=self.bank_account_1,
description='test',
start_date=(self.date-4))
# get the checkbook reception document
......
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