Ajout permis_sejour et date_validite pour contacts
This commit is contained in:
parent
63be646539
commit
2442cb1816
3 changed files with 24 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ class CorpContactAdmin(admin.ModelAdmin):
|
|||
fields = (('civility', 'last_name', 'first_name'),
|
||||
('street', 'pcode', 'city'),
|
||||
('birth_date', 'nation'),
|
||||
('permis_sejour', 'date_validite'),
|
||||
('corporation',),
|
||||
('sections', 'is_main', 'always_cc', 'archived'),
|
||||
('role', 'ext_id'), ('tel', 'email'), ('avs',),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue