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

Extend applicant_student_mapping.

File:
1 edited

Legend:

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

    r13290 r13291  
    3535        ('lga', 'lga'),
    3636        ('nationality', 'nationality'),
    37         #('perm_address', 'perm_address'),
     37        ('fst_sit_fname', 'fst_sit_fname'),
     38        ('fst_sit_no', 'fst_sit_no'),
     39        ('fst_sit_date', 'fst_sit_date'),
     40        ('fst_sit_type', 'fst_sit_type'),
     41        ('fst_sit_results', 'fst_sit_results'),
     42        ('scd_sit_fname', 'scd_sit_fname'),
     43        ('scd_sit_no', 'scd_sit_no'),
     44        ('scd_sit_date', 'scd_sit_date'),
     45        ('scd_sit_type', 'scd_sit_type'),
     46        ('scd_sit_results', 'scd_sit_results'),
     47        ('hq_type', 'hq_type'),
     48        ('hq_fname', 'hq_fname'),
     49        ('hq_matric_no', 'hq_matric_no'),
     50        ('hq_degree', 'hq_degree'),
     51        ('hq_school', 'hq_school'),
     52        ('hq_session', 'hq_session'),
     53        ('hq_disc', 'hq_disc'),
    3854        ]
    3955
Note: See TracChangeset for help on using the changeset viewer.