Commit 817a1d43 authored by Gabriel Monnerat's avatar Gabriel Monnerat

don't need to repeat

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45606 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c67eb497
......@@ -67,7 +67,7 @@ person.edit(first_name=form.get("firstname"),\n
reference=form.get("login_name"))\n
\n
assignment = person.newContent(portal_type=\'Assignment\')\n
assignment.setFunction("function/ung_user")\n
assignment.setFunction("ung_user")\n
assignment.open()\n
\n
person.validate()\n
......
360
\ No newline at end of file
361
\ 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