Commit d9f3a329 authored by Aurel's avatar Aurel

add commis caisse


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14983 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a169e349
......@@ -522,6 +522,7 @@ class TestERP5BankingMixin:
self.controleur_caveau = self.banking.newContent(id='controleur_caveau', portal_type='Category', codification='CCA')
self.comptable = self.banking.newContent(id='comptable', portal_type='Category', codification='FXF')
self.commis_comptable = self.banking.newContent(id='commis_comptable', portal_type='Category', codification='CBM')
self.commis_caisse = self.banking.newContent(id='commis_caisse', portal_type='Category', codification='CCM')
self.chef_section_comptable = self.banking.newContent(id='chef_section_comptable', portal_type='Category', codification='CSB')
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')
......
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