Commit 7d4cfb5e authored by Jean-Paul Smets's avatar Jean-Paul Smets

added delivery rules in allows content types


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96b058bf
......@@ -83,7 +83,7 @@ class RuleTool (UniqueObject, Folder):
"""
id = 'portal_rules'
meta_type = 'ERP5 Rule Tool'
allowed_types = ( 'ERP5 Order Rule', 'ERP5 Transformation Rule','ERP5 Zero Stock Rule',)
allowed_types = ( 'ERP5 Order Rule', 'ERP5 Transformation Rule', 'ERP5 Zero Stock Rule', 'ERP5 Delivery Rule')
# Declarative Security
security = ClassSecurityInfo()
......
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