Ignore:
Timestamp:
7 Oct 2015, 09:13:57 (9 years ago)
Author:
Henrik Bettermann
Message:

Add hq fullname field.

File:
1 edited

Legend:

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

    r11616 r13290  
    3232    grok.provides(INigeriaApplicant)
    3333
    34     # Meanwhile perm_address has been removed but the attribute still exists in
    35     # some applicant objects. So we'll leave it until all 2012 students
    36     # have been created.
    3734    applicant_student_mapping = Applicant.applicant_student_mapping + [
    3835        ('lga', 'lga'),
    3936        ('nationality', 'nationality'),
    40         ('perm_address', 'perm_address'),
     37        #('perm_address', 'perm_address'),
    4138        ]
    4239
Note: See TracChangeset for help on using the changeset viewer.