Add CorpContact ext_id in admin
This commit is contained in:
parent
a067b6e74b
commit
90535c610b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class CorpContactAdmin(admin.ModelAdmin):
|
|||
search_fields = ('last_name', 'first_name', 'role')
|
||||
fields = (('corporation',), ('title', 'last_name', 'first_name'),
|
||||
('sections', 'is_main', 'always_cc', 'archived'),
|
||||
'role', ('tel', 'email'))
|
||||
('role', 'ext_id'), ('tel', 'email'))
|
||||
formfield_overrides = {
|
||||
models.ManyToManyField: {'widget': forms.CheckboxSelectMultiple},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue