- Timestamp:
- 24 Apr 2025, 01:07:30 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/applicant.py
r16918 r18067 32 32 grok.provides(ICustomApplicant) 33 33 34 applicant_student_mapping = NigeriaApplicant.applicant_student_mapping + [ 35 ('nin', 'nin'), 36 ('jamb_reg_number', 'jamb_reg_number'), 37 ] 38 34 39 # Set all attributes of CustomApplicant required in ICustomApplicant as field 35 40 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.