Commit 8d76106e authored by Łukasz Nowak's avatar Łukasz Nowak

- revert part of commit made by mistake in r29678 (thanks Kazuhiko for pointing out)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e172d78e
......@@ -78,7 +78,7 @@ if kw.has_key(\'simulation_state\') and len(kw[\'simulation_state\']) > 0 :\n
else:\n
task_simulation_state = context.getPortalDraftOrderStateList() + \\\n
context.getPortalPlannedOrderStateList()\n
task_report_simulation_state = None\n
task_report_simulation_state = ""\n
\n
task_list = [x.getObject() for x in \\\n
context.portal_catalog(selection=selection, selection_report=selection_report, \n
......
676
\ No newline at end of file
677
\ 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