Commit 65d09d64 authored by Aurel's avatar Aurel

remove portal_type from update dict returned by the rule


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37410 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e24c1a44
......@@ -99,8 +99,7 @@ class DeliveryRuleMovementGenerator(MovementGeneratorMixin):
def _getUpdatePropertyDict(self, input_movement):
# Override default mixin implementation
return {'order': None,
'delivery': None,
'portal_type': RuleMixin.movement_type}
'delivery': None,}
def _getInputMovementList(self, movement_list=None, rounding=None):
return [self._applied_rule.getParentValue(),]
134
\ No newline at end of file
136
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