- Timestamp:
- 1 May 2014, 21:01:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/applicant.py
r9062 r11617 31 31 grok.provides(ICustomApplicant) 32 32 33 applicant_student_mapping = NigeriaApplicant.applicant_student_mapping + [ 34 ('fst_sit_fname', 'fst_sit_fname'), 35 ('fst_sit_no', 'fst_sit_no'), 36 ('fst_sit_date', 'fst_sit_date'), 37 ('fst_sit_type', 'fst_sit_type'), 38 ('fst_sit_results', 'fst_sit_results'), 39 ('scd_sit_fname', 'scd_sit_fname'), 40 ('scd_sit_no', 'scd_sit_no'), 41 ('scd_sit_date', 'scd_sit_date'), 42 ('scd_sit_type', 'scd_sit_type'), 43 ('scd_sit_results', 'scd_sit_results'), 44 ('alr_fname', 'alr_fname'), 45 ('alr_no', 'alr_no'), 46 ('alr_date', 'alr_date'), 47 ('alr_results', 'alr_results'), 48 ('hq_type', 'hq_type'), 49 ('hq_fname', 'hq_fname'), 50 ('hq_matric_no', 'hq_matric_no'), 51 ('hq_degree', 'hq_degree'), 52 ('hq_school', 'hq_school'), 53 ('hq_session', 'hq_session'), 54 ('hq_disc', 'hq_disc'), 55 #('', ''), 56 ] 57 33 58 # Set all attributes of CustomApplicant required in ICustomApplicant as field 34 59 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.