Commit aff3481e authored by Aurel's avatar Aurel

fix title of currency as it must be the same as vault


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1cf1352
......@@ -311,7 +311,7 @@ class TestERP5BankingMixin:
self.tic()
def createCurrency(self, currency_list=(('EUR', 'Euro', 1/650., 'USD'), ('USD', 'Dollar', 650., 'EUR')), only_currency=False):
def createCurrency(self, currency_list=(('EUR', 'Euro', 1/650., 'USD'), ('USD', 'USD', 650., 'EUR')), only_currency=False):
# create the currency document for euro inside the currency module
#currency_list = (('EUR', 'Euro', 1/650., 'USD'), ('USD', 'Dollar', 650., 'EUR'))
# first create currency
......
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