Commit b4f185da authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Cédric Le Ninivin

PSA: aggregate must be propagated even for Parts (IPL-c-PL).

parent 74bc3f4c
......@@ -144,8 +144,6 @@ class TransformationRuleMovementGenerator(MovementGeneratorMixin):
amount.getCategoryList(),
base=True)
movement.quantity = - movement.quantity
# aggregation of items should not be propagated to what comes from transformation
movement.setAggregateList([])
yield movement
phase_dict = parent_movement.asComposedDocument() \
.getPreviousTradePhaseDict(phase_set)
......
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