Commit cc1003c8 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: test: define currency on the organisation

parent d1b94123
......@@ -142,7 +142,10 @@ class TestSlapOSVirtualMasterScenarioMixin(DefaultScenarioMixin):
seller_organisation = self.portal.organisation_module.newContent(
portal_type="Organisation",
title="test-seller-%s" % self.generateNewId()
title="test-seller-%s" % self.generateNewId(),
# required to generate accounting report
price_currency_value=currency,
#group='company'
)
seller_bank_account = seller_organisation.newContent(
portal_type="Bank Account",
......
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