Add pcode in stage_export

This commit is contained in:
alazo 2017-09-05 09:26:56 +02:00 committed by Claude Paroz
parent 17f40e91fb
commit 313ad5a0fd

View file

@ -519,6 +519,7 @@ EXPORT_FIELDS = [
('Classe', 'student__klass__name'),
('Filière', 'student__klass__section__name'),
('Rue élève', 'student__street'),
('NPA_élève', 'student__pcode'),
('Localité élève', 'student__city'),
('Tél élève', 'student__tel'),
('Email élève', 'student__email'),