Commit cfa45fd8 authored by Jérome Perrin's avatar Jérome Perrin

create a more realistic order, with sections

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34966 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7408fa23
......@@ -79,7 +79,9 @@ if state in [\'planned\', \'ordered\']:\n
id=delivery_id,\n
title=delivery_title,\n
source=\'organisation_module/%s\' % source_node_id,\n
source_section=\'organisation_module/%s\' % source_node_id,\n
destination=\'organisation_module/%s\' % destination_node_id,\n
destination_section=\'organisation_module/%s\' % destination_node_id,\n
start_date=DateTime(),\n
)\n
order_line = order.newContent(\n
......
23
\ No newline at end of file
24
\ 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