Commit dad05911 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Mapped Property has never been implemented with New Simulation and has now be removed.

parent 3dd512f3
......@@ -60,7 +60,7 @@ class NetConvertedQuantityEquivalenceTester(FloatEquivalenceTester):
if (decision_movement.getPortalType() != 'Simulation Movement' and
decision_value == 0.0):
prevision_value = sum([
sm.getMappedProperty('corrected_quantity')
sm.getCorrectedQuantity()
for sm in decision_movement.getDeliveryRelatedValueList(
portal_type='Simulation Movement')])
else:
......
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