Add Student.instructor2 relation
This commit is contained in:
parent
cbbcc2c5ca
commit
20b8459a6b
4 changed files with 26 additions and 2 deletions
|
|
@ -326,6 +326,12 @@ GENERAL_EXPORT_FIELDS = [
|
|||
('Nom_Form', 'instructor__last_name'),
|
||||
('Tel_Form', 'instructor__tel'),
|
||||
('Email_Form', 'instructor__email'),
|
||||
('Num_Form2', 'instructor2__ext_id'),
|
||||
('Titre_Form2', 'instructor2__civility'),
|
||||
('Prenom_Form2', 'instructor2__first_name'),
|
||||
('Nom_Form2', 'instructor2__last_name'),
|
||||
('Tel_Form2', 'instructor2__tel'),
|
||||
('Email_Form2', 'instructor2__email'),
|
||||
('EmailCopie_Form', None),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue