From 80050e4fec8d66ba6dbd6a363c42306c96c8cc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 26 Apr 2007 02:14:56 +0000 Subject: [PATCH] mistake in r14224 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14242 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInvoice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py index fcfc336219..d10b34b930 100644 --- a/product/ERP5/tests/testInvoice.py +++ b/product/ERP5/tests/testInvoice.py @@ -165,7 +165,8 @@ class TestInvoice(TestPackingListMixin, def stepCreateSaleInvoiceTransactionRule(self, sequence, **kw) : """Create the rule for accounting. """ - portal = self.getPortal() account_module = self.getAccountModule() + portal = self.getPortal() + account_module = self.getAccountModule() for account_id, account_gap in self.account_definition_list: if not account_id in account_module.objectIds(): account = account_module.newContent(id=account_id) -- 2.30.9