projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1821f66
)
Change ordre de champ dans offre emploi
author
PA Parent
<paparent@paparent.me>
Fri, 29 Jun 2012 18:19:28 +0000
(14:19 -0400)
committer
PA Parent
<paparent@paparent.me>
Fri, 29 Jun 2012 18:19:28 +0000
(14:19 -0400)
project/recrutement/admin.py
patch
|
blob
|
blame
|
history
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',
)
}),
)