Commit 6c12c413 authored by Rafael Monnerat's avatar Rafael Monnerat

Small typo change

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53f5323c
...@@ -78,7 +78,7 @@ else:\n ...@@ -78,7 +78,7 @@ else:\n
new_key = key.replace("field_your_", "")\n new_key = key.replace("field_your_", "")\n
employee_kw[new_key] = kw[key][employee_counter]\n employee_kw[new_key] = kw[key][employee_counter]\n
# add an emlpoyee\n # add an emlpoyee\n
function= employee_kw.pop(\'function\', None)\n function = employee_kw.pop(\'function\', None)\n
employee_kw.pop(\'password_confirm\', None)\n employee_kw.pop(\'password_confirm\', None)\n
configuration_save.addConfigurationItem("Person Configurator Item", \n configuration_save.addConfigurationItem("Person Configurator Item", \n
organisation_id = organisation_id,\n organisation_id = organisation_id,\n
......
556 557
\ No newline at end of file \ 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