Commit 6b0e5df6 authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent e32a661d
......@@ -56,7 +56,7 @@ context.setPrice(0.0)\n
context.setQuantity(1.0)\n
common_specialise = \'sale_trade_condition_module/vifib_trade_condition\'\n
sale_order = context.getParentValue()\n
specialise = sale.getSpecialise()\n
specialise = sale_order.getSpecialise()\n
if common_specialise != specialise:\n
sale_order.setSpecialise(common_specialise)\n
price_currency = \'currency_module/EUR\'\n
......
62
\ No newline at end of file
63
\ 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