Changeset 17392 for main/waeup.fceokene
- Timestamp:
- 26 Apr 2023, 13:06:13 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/export.py
r16926 r17392 26 26 from waeup.fceokene.applicants.interfaces import ( 27 27 ICustomUGApplicant, ITPURegistration, IUTPRegistration) 28 from waeup.fceokene.applicants.schools_tpu import SCHOOLS_TPU as SCHOOLS28 from waeup.fceokene.applicants.schools_tpu import SCHOOLS_TPU 29 29 from waeup.fceokene.applicants.schools_utp import SCHOOLS_UTP 30 30 … … 46 46 """ 47 47 """ 48 SCHOOLS = SCHOOLS_TPU.copy() 48 49 SCHOOLS.update(SCHOOLS_UTP) 49 50 if name.startswith('school') and value is not None:
Note: See TracChangeset for help on using the changeset viewer.