Commit 60cbb6c1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Tax Rule is already legacy and will not be ported to the new simulation rule.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33432 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d9f9a99
......@@ -62,8 +62,7 @@ if parent.getPortalType() != \'Applied Rule\':\n
parent_rule = parent.getSpecialiseValue()\n
if parent_rule.getPortalType() not in (\'Invoice Root Simulation Rule\',\n
\'Invoice Simulation Rule\',\n
\'Trade Model Simulation Rule\',\n
\'Tax Simulation Rule\'):\n
\'Trade Model Simulation Rule\'):\n
return False\n
\n
delivery_movement = movement.getDeliveryValue()\n
......
346
\ No newline at end of file
347
\ 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