Commit fd1a1493 authored by Jérome Perrin's avatar Jérome Perrin

validate all rules

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26589 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8538a44
......@@ -57,8 +57,7 @@
\n
# validate rules\n
for rule in portal.portal_rules.objectValues():\n
if rule.getReference() != \'default_payment_rule\':\n
rule.validate()\n
rule.validate()\n
\n
# open all accounts\n
for account in portal.account_module.objectValues():\n
......
124
\ No newline at end of file
125
\ No newline at end of file
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