From d4c2ab59660782c9063b92e5b9736b20d4224ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 31 Jul 2008 15:25:43 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testInvoice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py index 35e351c002..405d316a55 100644 --- a/product/ERP5/tests/testInvoice.py +++ b/product/ERP5/tests/testInvoice.py @@ -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, -- 2.30.9