From 6c12c4137c1646531698aa5fcd97bef8bb6be9fb Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 7 Jan 2011 14:48:46 +0000
Subject: [PATCH] Small typo change

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42119 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../BusinessConfiguration_setupEmployeeList.xml                 | 2 +-
 bt5/erp5_configurator_standard/bt/revision                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 5c0df0b368..f1fc3f5973 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 f5bba53e70..bccf25b788 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
-- 
2.30.9