Commit 18864dc4 authored by Jérome Perrin's avatar Jérome Perrin

create the solver process in solver process tool

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e9dc577
......@@ -64,7 +64,7 @@ for i in solver_list:\n
break\n
\n
if solver_process is None:\n
solver_process = context.getPortalObject().portal_solvers.newSolverProcess(context)\n
solver_process = context.getPortalObject().portal_solver_processes.newSolverProcess(context)\n
else:\n
# update existing solver process\n
solver_process.buildSolverDecisionList(context)\n
......
108
\ No newline at end of file
109
\ 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