Commit 52227572 authored by Kevin Deldycke's avatar Kevin Deldycke

old getDefaultCareerDestinationTitle() method removed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2610 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d85bd784
......@@ -219,16 +219,6 @@ etc.)."""
except:
return ''
security.declareProtected(Permissions.View, 'getDefaultCareerDestinationTitle')
def getDefaultCareerDestinationTitle(self):
"""
Returns the default career subordination
"""
try:
return self.getDefaultCareerValue().getDestinationTitle()
except:
return ''
security.declareProtected(Permissions.View, 'getDefaultCareerStartDate')
def getDefaultCareerStartDate(self):
"""
......
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