Changeset 11616 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 1 May 2014, 17:55:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/applicant.py
r9482 r11616 35 35 # some applicant objects. So we'll leave it until all 2012 students 36 36 # have been created. 37 create_names = Applicant.create_names + [ 38 'lga', 'nationality', 'perm_address'] 37 applicant_student_mapping = Applicant.applicant_student_mapping + [ 38 ('lga', 'lga'), 39 ('nationality', 'nationality'), 40 ('perm_address', 'perm_address'), 41 ] 39 42 40 43 def _setStudyCourseAttributes(self, studycourse):
Note: See TracChangeset for help on using the changeset viewer.