Ignore:
Timestamp:
1 May 2014, 17:55:30 (10 years ago)
Author:
Henrik Bettermann
Message:

Define applicant_student_mapping accordingly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/applicant.py

    r9482 r11616  
    3535    # some applicant objects. So we'll leave it until all 2012 students
    3636    # 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        ]
    3942
    4043    def _setStudyCourseAttributes(self, studycourse):
Note: See TracChangeset for help on using the changeset viewer.