Commit 9649cd61 authored by Alexandre Boeglin's avatar Alexandre Boeglin

- Accounting Transaction does not use simulation

- Payment Transaction uses default_invoice_rule

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16863 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3daa4db3
...@@ -72,10 +72,8 @@ ...@@ -72,10 +72,8 @@
delivery_type = context.getPortalType()\n delivery_type = context.getPortalType()\n
\n \n
applied_rule_dict = {\n applied_rule_dict = {\n
\'Accounting Rule Cell\': \'\', # this one is only used as a template in the Invoice Transaction Rule, and does not need simulation\n
\'Accounting Transaction\': \'default_invoice_rule\',\n
\n
\'Pay Sheet Transaction\': \'default_invoice_rule\',\n \'Pay Sheet Transaction\': \'default_invoice_rule\',\n
\'Payment Transaction\': \'default_invoice_rule\',\n
\n \n
\'Purchase Packing List\': \'default_delivery_rule\',\n \'Purchase Packing List\': \'default_delivery_rule\',\n
\'Purchase Invoice Transaction\': \'default_invoice_rule\',\n \'Purchase Invoice Transaction\': \'default_invoice_rule\',\n
...@@ -84,6 +82,8 @@ applied_rule_dict = {\n ...@@ -84,6 +82,8 @@ applied_rule_dict = {\n
\'Sale Packing List\': \'default_delivery_rule\',\n \'Sale Packing List\': \'default_delivery_rule\',\n
\'Sale Invoice Transaction\': \'default_invoice_rule\',\n \'Sale Invoice Transaction\': \'default_invoice_rule\',\n
\n \n
\'Accounting Rule Cell\': None,\n
\'Accounting Transaction\': None,\n
\'Production Packing List\': None,\n \'Production Packing List\': None,\n
\'Production Report\': None,\n \'Production Report\': None,\n
\n \n
......
503 505
\ No newline at end of file \ 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