Commit 4d571ac4 authored by Jérome Perrin's avatar Jérome Perrin

revert r20631 I was wrong

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20634 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f60261bc
......@@ -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\'] = [\'started\']\n
kw[\'simulation_state\'] = [\'confirmed\']\n
\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
\n
......
60
\ No newline at end of file
61
\ 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