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

Create Open Order with correct arrow.

parent 8b3246a6
...@@ -64,6 +64,7 @@ if open_sale_order is None:\n ...@@ -64,6 +64,7 @@ if open_sale_order is None:\n
open_order = portal.open_sale_order_module.newContent(\n open_order = portal.open_sale_order_module.newContent(\n
destination_section=person.getRelativeUrl(),\n destination_section=person.getRelativeUrl(),\n
destination_decision=person.getRelativeUrl(),\n destination_decision=person.getRelativeUrl(),\n
destination=person.getRelativeUrl(),\n
title="ViFiB Open Order", **kw)\n title="ViFiB Open Order", **kw)\n
open_order.order(**kw)\n open_order.order(**kw)\n
open_order.validate(**kw)\n open_order.validate(**kw)\n
......
577 578
\ No newline at end of file \ 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