- Timestamp:
- 14 Nov 2019, 14:45:16 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/interfaces.py
r15793 r15807 28 28 from waeup.kofa.schema import FormattedDate, TextLineChoice 29 29 from waeup.kofa.students.vocabularies import nats_vocab, GenderSource 30 from waeup.kofa.applicants.interfaces import contextual_reg_num_source 30 from waeup.kofa.applicants.interfaces import ( 31 contextual_reg_num_source, IApplicantBaseData) 31 32 from kofacustom.nigeria.applicants.interfaces import ( 32 33 LGASource, high_qual, high_grade, exam_types, … … 79 80 required = False, 80 81 ) 82 83 ICustomUGApplicant[ 84 'sponsor'].order = ICustomUGApplicant['lga'].order 85 ICustomUGApplicant[ 86 'heard_about'].order = ICustomUGApplicant['lga'].order 87 ICustomUGApplicant[ 88 'sponsor'].order = ICustomUGApplicant['lga'].order 89 ICustomUGApplicant[ 90 'lga'].order = ICustomUGApplicant['nationality'].order 81 91 82 92 class ICustomPGApplicant(INigeriaPGApplicant):
Note: See TracChangeset for help on using the changeset viewer.