Commit 8b4419a7 authored by Kevin Deldycke's avatar Kevin Deldycke

Setter of career grade has changed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4530 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44a2fea9
...@@ -653,7 +653,7 @@ class BaobabConduit(ERP5Conduit): ...@@ -653,7 +653,7 @@ class BaobabConduit(ERP5Conduit):
return return
def editMandataireFonction(self, document, value): def editMandataireFonction(self, document, value):
document.getAgentValue().setDefaultCareerGrade(value) document.getAgentValue().setCareerGrade(value)
return return
def editMandataireTelephone(self, document, value): def editMandataireTelephone(self, document, value):
......
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