Commit f6a93338 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

do not copy 'order' or 'delivery' category value in...

do not copy 'order' or 'delivery' category value in InvoicingRuleMovementGenerator.getGeneratedMovementList().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31682 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24ad0dc7
......@@ -137,6 +137,7 @@ class InvoicingRuleMovementGenerator(object):
ret = []
for movement in [context.getParentValue(),]:
kw = _getPropertyAndCategoryList(movement)
kw.update({'order':None,'delivery':None})
simulation_movement = context.newContent(
portal_type=RuleMixin.movement_type,
temp_object=True,
......
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