Commit 5a8010e6 authored by Jérome Perrin's avatar Jérome Perrin

Invoice Transaction Lines are now generated in started state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20631 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e156a100
......@@ -71,7 +71,7 @@ LOG = lambda msg:context.log(script.getId(), msg)\n
kw[\'parent_specialise_portal_type\'] = \'Tax Rule\'\n
#kw[\'explanation_portal_type\'] = [\'Purchase Order\', \'Purchase Invoice Transaction\', \'Purchase Packing List\']\n
kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'simulation_state\'] = [\'confirmed\']\n
kw[\'simulation_state\'] = [\'started\']\n
\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
\n
......
58
\ No newline at end of file
59
\ 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