Commit 4bd3c22a authored by Aurel's avatar Aurel

set the default reference currency id on the site


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9692 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c40f3fe
...@@ -564,6 +564,8 @@ class TestERP5BankingMixin: ...@@ -564,6 +564,8 @@ class TestERP5BankingMixin:
""" """
# the erp5 site # the erp5 site
self.portal = self.getPortal() self.portal = self.getPortal()
# the default currency for the site
self.portal.setProperty('reference_currency_id', 'EUR', type='string')
# the person module # the person module
self.person_module = self.getPersonModule() self.person_module = self.getPersonModule()
# the organisation module # the organisation module
......
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