Commit 9be3a9ac authored by Alexandre Boeglin's avatar Alexandre Boeglin

More Business Templates are required.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2063 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f6f6506
......@@ -85,7 +85,7 @@ class TestAccountingRules(ERP5TypeTestCase):
"""
Return the list of business templates.
"""
return ('erp5_accounting',)
return ('erp5_accounting','erp5_trade', 'erp5_pdm')
def getRuleTool(self):
return getattr(self.getPortal(), 'portal_rules', None)
......
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