diff --git a/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py b/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py index 6af4939e44859a737060d418cfd7bd0f17afc2d0..ccb914681fbc82186b9d6a49141292d3e6b85b99 100644 --- a/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py +++ b/bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py @@ -1736,7 +1736,9 @@ class TestStandardConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin): def stepValidatedAccountingPeriods(self, sequence=None, sequence_list=None, **kw): organisation = self.portal.organisation_module.newContent( - portal_type='Organisation') + portal_type='Organisation', + price_currency_value=self.portal.currency_module.EUR, + group='my_group') accounting_period = organisation.newContent( portal_type='Accounting Period', start_date=DateTime(2001, 01, 01), diff --git a/bt5/erp5_configurator_standard/bt/revision b/bt5/erp5_configurator_standard/bt/revision index 83be903e06482de431c208dafff94d7f91c6f676..8f7277e735d3ee0a2a136d56ee6e41a4b289b125 100644 --- a/bt5/erp5_configurator_standard/bt/revision +++ b/bt5/erp5_configurator_standard/bt/revision @@ -1 +1 @@ -570 \ No newline at end of file +571 \ No newline at end of file