Commit 5ca18040 authored by Łukasz Nowak's avatar Łukasz Nowak

order Sale Orders are also interesting.

parent 7b4a99ea
......@@ -88,7 +88,7 @@ common_add_kw = dict(\n
)\n
for order in catalog(\n
portal_type=\'Sale Order\',\n
simulation_state=[\'planned\', \'confirmed\'],\n
simulation_state=[\'planned\', \'ordered\',\'confirmed\'],\n
default_destination_decision_uid=person_uid,\n
**kw\n
):\n
......
626
\ No newline at end of file
627
\ 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