Commit ec55733a authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_configurator: configure peson career

parent dd388818
...@@ -111,6 +111,8 @@ class PersonConfiguratorItem(XMLObject, ConfiguratorItemMixin): ...@@ -111,6 +111,8 @@ class PersonConfiguratorItem(XMLObject, ConfiguratorItemMixin):
person.validate(comment=translateString("Validated by Configurator")) person.validate(comment=translateString("Validated by Configurator"))
assignment.open(comment=translateString("Open by Configuration")) assignment.open(comment=translateString("Open by Configuration"))
login.validate(comment=translateString("Validated by Configurator")) login.validate(comment=translateString("Validated by Configurator"))
current_career = person.getDefaultCareerValue()
current_career.Career_setEmployeeNumber(batch=1)
## add to customer template ## add to customer template
business_configuration = self.getBusinessConfigurationValue() business_configuration = self.getBusinessConfigurationValue()
......
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