Commit edc1c740 authored by Aurel's avatar Aurel

commit 43405 was reverted in previous commit, reapply it


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43595 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ed568ed
......@@ -223,7 +223,7 @@ class TestPayrollMixin(TestTradeModelLineMixin, ERP5ReportTestCase):
)
def getBusinessTemplateList(self):
return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', )
return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', 'erp5_core_proxy_field_legacy')
def stepCreatePriceCurrency(self, sequence):
sequence.edit(price_currency = self.createResource('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