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

a date is needed to confirm the invoice


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22792 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81bc9a8a
......@@ -2382,6 +2382,7 @@ class TestInvoice(TestInvoiceMixin):
portal_type='Organisation', title='Vendor')
invoice = self.portal.getDefaultModule(self.invoice_portal_type).newContent(
portal_type=self.invoice_portal_type,
start_date=DateTime(2008, 12, 31),
title='Invoice',
source_value=vendor,
source_section_value=vendor,
......
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