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
......@@ -174,7 +174,7 @@ class BaobabConduit(ERP5Conduit):
except AttributeError: cash_inventory_module = None
try: bank_account_inventory_module = object.bank_account_inventory_module
except AttributeError: bank_account_inventory_module = None
try: currency_cash_module = object.currency_cash_module
try: currency_cash_module = object.currency_cash_module
except AttributeError: currency_cash_module = None
subobject = None
......@@ -653,7 +653,7 @@ class BaobabConduit(ERP5Conduit):
return
def editMandataireFonction(self, document, value):
document.getAgentValue().setDefaultCareerGrade(value)
document.getAgentValue().setCareerGrade(value)
return
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