Commit 6fc33b9b authored by Sebastien Robin's avatar Sebastien Robin

added chef_caisse

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba3fdc30
......@@ -395,6 +395,7 @@ class TestERP5BankingMixin:
self.chef_section = self.banking.newContent(id='chef_section_comptable', portal_type='Category', codification='FXS')
self.chef_comptable = self.banking.newContent(id='chef_comptable', portal_type='Category', codification='CCB')
self.chef_de_tri = self.banking.newContent(id='chef_de_tri', portal_type='Category', codification='CTR')
self.chef_caisse = self.banking.newContent(id='chef_caisse', portal_type='Category', codification='CCP')
# get the base category group
self.group_base_category = getattr(self.category_tool, 'group')
......
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