Commit 431fa0cb authored by Aurel's avatar Aurel

do not validate invoice rule for now as it is not working


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37432 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ae61fbb
......@@ -51,6 +51,10 @@ class TestERP5SimulationMixin(TestInvoiceMixin):
for rule in portal_rules.objectValues(portal_type='Order Root Simulation Rule'):
if rule.getValidationState() == 'validated':
rule.invalidate()
for rule in portal_rules.objectValues(portal_type='Invoice Simulation Rule'):
if rule.getValidationState() == 'validated':
rule.invalidate()
self.validateNewRules()
self.setUpBusinessProcess()
......
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