projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change ordre de champ dans offre emploi
[auf_rh_dae.git]
/
project
/
recrutement
/
admin.py
diff --git
a/project/recrutement/admin.py
b/project/recrutement/admin.py
index
dfcaf2e
..
d28f61b
100644
(file)
--- a/
project/recrutement/admin.py
+++ b/
project/recrutement/admin.py
@@
-82,11
+82,11
@@
class OffreEmploiAdmin(BaseAdmin, VersionAdmin):
'description',
'poste',
'region',
+ 'lieu_affectation',
'bureau',
'debut_affectation',
'duree_affectation',
'renumeration',
- 'lieu_affectation',
)
}),
)