Commit 9cc9c626 authored by Tatuya Kamada's avatar Tatuya Kamada

Add default_tax_rule reference into InvoiceTransaction_selectInvoiceMovement

because it was wrongly removed at c7f1a35c
when replacing to specify the portal type with the rule reference.
parent 51712798
......@@ -58,7 +58,7 @@ and same rule which is children of Trade Model Rule """\n
# search for normal movements\n
kw[\'parent_specialise_reference\'] = [\'default_invoice_transaction_rule\']\n
kw[\'grand_grand_parent_specialise_reference\'] = [\n
\'default_invoicing_rule\', \'default_invoice_rule\']\n
\'default_invoicing_rule\', \'default_invoice_rule\', \'default_tax_rule\']\n
if context.Invoice_isAdvanced():\n
kw[\'explanation_portal_type\'] = [\'%s Order\' % trade_type,\n
\'%s Invoice\' % trade_type,\n
......
2011-11-04 tatuya
* Add default_tax_rule reference into InvoiceTransaction_selectInvoiceMovement because it was wrongly removed at c7f1a35c1abdb9f93c6353c5024aaa47bf6505e0 when replacing to specify the portal type with the rule reference.
2011-10-12 Kazuhiko
* Fix the issue that a Invoice document can wrongly have a needless Root Applied Rule when it is created by Delivery Builder with a site which has many activity nodes.
......
377
\ No newline at end of file
378
\ 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