Commit 9373f7bf authored by Łukasz Nowak's avatar Łukasz Nowak

Setup destination_decision on delivery.

parent 196e4c0f
......@@ -37,6 +37,7 @@
<value>
<tuple>
<string>destination</string>
<string>destination_decision</string>
<string>destination_section</string>
<string>price_currency</string>
<string>source</string>
......
......@@ -87,6 +87,7 @@ for movement in movement_list:\n
destination=movement.getDestination(),\n
source_section=movement.getSourceSection(),\n
destination_section=movement.getDestination(),\n
destination_decision=movement.getDestination(),\n
specialise=specialise,\n
price_currency=movement.getPriceCurrency()\n
)\n
......
......@@ -69,6 +69,7 @@ for movement in movement_list:\n
destination=movement.getDestination(),\n
source_section=movement.getSourceSection(),\n
destination_section=movement.getDestination(),\n
destination_decision=movement.getDestination(),\n
specialise=specialise,\n
price_currency=movement.getPriceCurrency()\n
)\n
......
189
\ No newline at end of file
190
\ 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