Add fields (ext_id, sector, short_name) to Corporation
This commit is contained in:
parent
98584f7208
commit
5cf2e5d8d5
4 changed files with 39 additions and 3 deletions
|
|
@ -213,6 +213,7 @@ EXPORT_FIELDS = [
|
|||
('Prénom référent', 'referent__first_name'), ('Nom référent', 'referent__last_name'),
|
||||
('Courriel référent', 'referent__email'),
|
||||
('Institution', 'availability__corporation__name'),
|
||||
('ID externe Inst.', 'availability__corporation__ext_id'),
|
||||
('Rue Inst.', 'availability__corporation__street'),
|
||||
('NPA Inst.', 'availability__corporation__pcode'),
|
||||
('Ville Inst.', 'availability__corporation__city'),
|
||||
|
|
@ -222,6 +223,7 @@ EXPORT_FIELDS = [
|
|||
('Civilité contact', 'availability__contact__title'),
|
||||
('Prénom contact', 'availability__contact__first_name'),
|
||||
('Nom contact', 'availability__contact__last_name'),
|
||||
('ID externe contact', 'availability__contact__ext_id'),
|
||||
('Tél contact', 'availability__contact__tel'),
|
||||
('Courriel contact', 'availability__contact__email'),
|
||||
('Courriel contact - copie', None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue