projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dossier comp nom de poste
[auf_rh_dae.git]
/
project
/
dae
/
views.py
diff --git
a/project/dae/views.py
b/project/dae/views.py
index
6eb8e98
..
9a52585
100644
(file)
--- a/
project/dae/views.py
+++ b/
project/dae/views.py
@@
-824,9
+824,7
@@
def dossier_resume(request, dossier_id=None):
if dossier.statut is not None:
data['statut'] = dossier.statut.id
data['implantation'] = dossier.poste.implantation.id
if dossier.statut is not None:
data['statut'] = dossier.statut.id
data['implantation'] = dossier.poste.implantation.id
- data['poste'] = u"%s %s" % (
- dossier.poste.type_poste.nom, dossier.poste.nom
- )
+ data['poste'] = dossier.poste.nom
salaire = dossier.get_salaire()
if salaire is not None:
data['montant'] = float(salaire.montant)
salaire = dossier.get_salaire()
if salaire is not None:
data['montant'] = float(salaire.montant)