Commit 260ac263 authored by Aurel's avatar Aurel

fix invalid syntax


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d90af42c
...@@ -588,7 +588,7 @@ class TestERP5BankingMixin: ...@@ -588,7 +588,7 @@ class TestERP5BankingMixin:
Create a cash inventory group Create a cash inventory group
""" """
# we need to have a unique inventory group id by destination # we need to have a unique inventory group id by destination
inventory_group_id = 'inventory_group_%s_%s' % inventory_group_id = 'inventory_group_%s_%s' % \
(destination.getParentValue().getId(),destination.getId()) (destination.getParentValue().getId(),destination.getId())
if not hasattr(self, inventory_group_id): if not hasattr(self, inventory_group_id):
inventory_group = self.cash_inventory_module.newContent(id=inventory_group_id, inventory_group = self.cash_inventory_module.newContent(id=inventory_group_id,
......
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