Add CorpContact.avs field
This commit is contained in:
parent
95a30d6731
commit
94ec402da0
3 changed files with 19 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue