diff --git a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/BusinessConfiguration_setupEmployeeList.xml b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/BusinessConfiguration_setupEmployeeList.xml index 5c0df0b368c5c7d76f6ac3e318239b0b6988573d..f1fc3f5973bdf62d70d0aec77b0b7ab2a5010599 100644 --- a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/BusinessConfiguration_setupEmployeeList.xml +++ b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/BusinessConfiguration_setupEmployeeList.xml @@ -78,7 +78,7 @@ else:\n new_key = key.replace("field_your_", "")\n employee_kw[new_key] = kw[key][employee_counter]\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 configuration_save.addConfigurationItem("Person Configurator Item", \n organisation_id = organisation_id,\n diff --git a/bt5/erp5_configurator_standard/bt/revision b/bt5/erp5_configurator_standard/bt/revision index f5bba53e70b5b9a1c60705a0b0f5845a9d5b7823..bccf25b7889cc5f7b0cd7ba58f4b40ae15f65262 100644 --- a/bt5/erp5_configurator_standard/bt/revision +++ b/bt5/erp5_configurator_standard/bt/revision @@ -1 +1 @@ -556 \ No newline at end of file +557 \ No newline at end of file