Commit 3d1fbf69 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we should not copy 'delivery' category into temprorary simulation movements.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31900 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d2761d1
...@@ -190,6 +190,7 @@ class InvoiceTransactionRuleMovementGenerator(object): ...@@ -190,6 +190,7 @@ class InvoiceTransactionRuleMovementGenerator(object):
kw = _getPropertyAndCategoryList(input_movement) kw = _getPropertyAndCategoryList(input_movement)
kw.update( kw.update(
delivery=None,
source=[accounting_rule_cell_line.getSource()], source=[accounting_rule_cell_line.getSource()],
destination=[accounting_rule_cell_line.getDestination()], destination=[accounting_rule_cell_line.getDestination()],
quantity=(input_movement.getCorrectedQuantity() * quantity=(input_movement.getCorrectedQuantity() *
......
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