Commit 5d8b1788 authored by Alexandre Boeglin's avatar Alexandre Boeglin

not only resource should be used by _getCompensatedMovementList, but

variation_category_list and variation_property_dict as well.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent baae0e72
...@@ -283,7 +283,10 @@ class Rule(XMLObject, Predicate): ...@@ -283,7 +283,10 @@ class Rule(XMLObject, Predicate):
deletable_movement_list) deletable_movement_list)
def _getCompensatedMovementList(self, applied_rule, def _getCompensatedMovementList(self, applied_rule,
matching_property_list=['resource'], **kw): matching_property_list=[
'resource',
'variation_category_list',
'variation_property_dict'], **kw):
""" """
Compute the difference between prevision and existing movements Compute the difference between prevision and existing movements
......
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