Commit 832f853b authored by Sebastien Robin's avatar Sebastien Robin

this code is not acceptable and even seems useless, so remove it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41943 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent adeaa457
......@@ -71,11 +71,6 @@ if default_career is not None:\n
default_career.stop("New credential")\n
default_career.setStopDate(DateTime())\n
person.Person_shiftDefaultCareer()\n
#the shift default career, do a copy past in activity\n
#we must wait to continue else we edit the old default career \n
#TODO: Use activity and after-tag to run the next code ?\n
while(person.hasActivity() or default_career.hasActivity()):\n
sleep(10)\n
\n
except UnsupportedWorkflowMethod:\n
pass\n
......
322
\ No newline at end of file
323
\ 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