Commit 0be0aa8f authored by Vincent Pelletier's avatar Vincent Pelletier

Add inter-site accountant function.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45532 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b842131c
......@@ -532,6 +532,7 @@ class TestERP5BankingMixin(ERP5TypeTestCase):
self.analyste_sref = self.banking.newContent(id='analyste_sref', portal_type='Category', codification='ASREF')
self.gestionnaire_devise_a = self.banking.newContent(id='gestionnaire_cours_devise_a', portal_type='Category', codification='GCA')
self.gestionnaire_devise_b = self.banking.newContent(id='gestionnaire_cours_devise_b', portal_type='Category', codification='GCB')
self.comptable_inter_site = self.banking.newContent(id='comptable_inter_site', portal_type='Category', codification='FXFIS')
# 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