Commit 1553e0ed authored by Antoine Catton's avatar Antoine Catton

Bugfix: allow software instance to order the open sale order.

parent 96a84dd0
......@@ -135,7 +135,9 @@ if (request_software_instance is None):\n
],\n
activate_kw={\'tag\': tag},\n
)\n
portal.portal_workflow.doActionFor(sale_order, "order_action")\n
#portal.portal_workflow.doActionFor(sale_order, "order_action")\n
# XXX: Do not verify security\n
sale_order.order()\n
\n
if person is not None:\n
# Update Open Order\n
......
498
\ No newline at end of file
499
\ 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