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

Set price currency and specialise during Open Order creation.

parent ad145d00
......@@ -67,6 +67,8 @@ if open_sale_order is None:\n
destination_section=person.getRelativeUrl(),\n
destination_decision=person.getRelativeUrl(),\n
destination=person.getRelativeUrl(),\n
price_currency=\'currency_module/EUR\',\n
specialise=\'sale_trade_condition/vifib_trade_condition\',\n
title="ViFiB Open Order", **kw)\n
open_order.order(**kw)\n
open_order.validate(**kw)\n
......
580
\ No newline at end of file
581
\ 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