Commit 32221849 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed syntax typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@35003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72fbe5ed
......@@ -102,7 +102,7 @@ class InvoicingRuleMovementGenerator(MovementGeneratorMixin):
root_simulation_movement.getDestination()
return {'portal_type': RuleMixin.movement_type,
'order':None, 'delivery':None,
'source':source, 'destination':destination})
'source':source, 'destination':destination}
def _getInputMovementList(self, movement_list=None, rounding=None):
return [self._applied_rule.getParentValue(),]
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