Commit 25211f61 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not call Delivery_updateAppliedRule explicitely.

parent 1f904c94
......@@ -62,7 +62,6 @@ if context.getSimulationState() == \'cancelled\':\n
context.setQuantity(0.0)\n
else:\n
context.setQuantity(1.0)\n
context.getParentValue().Delivery_updateAppliedRule()\n
</string> </value>
</item>
<item>
......
......@@ -58,7 +58,6 @@ common_specialise = \'sale_trade_condition_module/vifib_trade_condition\'\n
specialise = context.getParentValue().getSpecialise()\n
if common_specialise != specialise:\n
context.getParentValue().setSpecialise(common_specialise)\n
context.getParentValue().Delivery_updateAppliedRule()\n
</string> </value>
</item>
<item>
......
40
\ No newline at end of file
41
\ No newline at end of file
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