projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
type remun #1542
[auf_rh_dae.git]
/
project
/
rh
/
lib.py
diff --git
a/project/rh/lib.py
b/project/rh/lib.py
index
4a90e7c
..
ff72388
100644
(file)
--- a/
project/rh/lib.py
+++ b/
project/rh/lib.py
@@
-353,6
+353,7
@@
class TypePosteAdmin(admin.ModelAdmin):
class TypeRemunerationAdmin(admin.ModelAdmin):
+ list_display = ('nom', 'type_paiement', 'nature_remuneration', )
inlines = (RemunerationROInline,)