Commit c2869889 authored by Łukasz Nowak's avatar Łukasz Nowak

- add future change information


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26759 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72fc88e0
......@@ -148,6 +148,8 @@ class TradeModelRule(TransformationRule):
parent_movement = applied_rule.getParentValue()
if parent_movement is not None:
if not parent_movement.isFrozen():
# XXX This will change, as soon as frozen will no longer be an expand
# stopper
add_list, modify_dict, \
delete_list = self._getCompensatedMovementList(applied_rule,
matching_property_list= ('resource',), **kw)
......
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