Commit c431708c authored by Rafael Monnerat's avatar Rafael Monnerat

Replace None per "" (empty string).

The portal catalog seems not working with None in this case, with "" works fine.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28987 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0844e730
......@@ -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
......
668
\ No newline at end of file
669
\ 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