[apec] fix : site changed

This commit is contained in:
Bezleputh 2014-02-12 19:27:28 +01:00
commit 13d83ce52a
2 changed files with 8 additions and 2 deletions

View file

@ -190,10 +190,16 @@ class ApecBackend(BaseBackend, ICapJob):
}.iteritems())])
type_contrat_choices = OrderedDict([(k, u'%s' % (v)) for k, v in sorted({
"""
' ': u'-- Indifférent --',
'101888': u'CDI',
'101887': u'CDD',
'101889': u'Travail Temporaire',
"""
' ': u'-- Indifférent --',
'143694': u'CDI',
'143695': u'CDD',
'143696': u'Travail Temporaire',
}.iteritems())])
salary_choices = OrderedDict([(k, u'%s' % (v)) for k, v in sorted({