Changeset 11617


Ignore:
Timestamp:
1 May 2014, 21:01:09 (10 years ago)
Author:
Henrik Bettermann
Message:

applicant_student_mapping extended.

Location:
main/waeup.aaue/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/CHANGES.txt

    r11607 r11617  
    441.2dev (unreleased)
    55===================
     6
     7* applicant_student_mapping extended.
    68
    79* ExportPDFMatricNumberSlipPage and MatricNumberSlipActionButton added.
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/applicant.py

    r9062 r11617  
    3131    grok.provides(ICustomApplicant)
    3232
     33    applicant_student_mapping = NigeriaApplicant.applicant_student_mapping + [
     34        ('fst_sit_fname', 'fst_sit_fname'),
     35        ('fst_sit_no', 'fst_sit_no'),
     36        ('fst_sit_date', 'fst_sit_date'),
     37        ('fst_sit_type', 'fst_sit_type'),
     38        ('fst_sit_results', 'fst_sit_results'),
     39        ('scd_sit_fname', 'scd_sit_fname'),
     40        ('scd_sit_no', 'scd_sit_no'),
     41        ('scd_sit_date', 'scd_sit_date'),
     42        ('scd_sit_type', 'scd_sit_type'),
     43        ('scd_sit_results', 'scd_sit_results'),
     44        ('alr_fname', 'alr_fname'),
     45        ('alr_no', 'alr_no'),
     46        ('alr_date', 'alr_date'),
     47        ('alr_results', 'alr_results'),
     48        ('hq_type', 'hq_type'),
     49        ('hq_fname', 'hq_fname'),
     50        ('hq_matric_no', 'hq_matric_no'),
     51        ('hq_degree', 'hq_degree'),
     52        ('hq_school', 'hq_school'),
     53        ('hq_session', 'hq_session'),
     54        ('hq_disc', 'hq_disc'),
     55        #('', ''),
     56        ]
     57
    3358# Set all attributes of CustomApplicant required in ICustomApplicant as field
    3459# properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.