Add CorpContact.avs field

This commit is contained in:
Claude Paroz 2020-04-30 11:06:57 +02:00
parent 95a30d6731
commit 94ec402da0
3 changed files with 19 additions and 1 deletions

View file

@ -234,7 +234,7 @@ class CorpContactAdmin(admin.ModelAdmin):
('birth_date',),
('corporation',),
('sections', 'is_main', 'always_cc', 'archived'),
('role', 'ext_id'), ('tel', 'email'),
('role', 'ext_id'), ('tel', 'email'), ('avs',),
('ccp', 'bank', 'clearing' ),
('iban',),
('qualification', 'fields_of_interest'),