Ignore:
Timestamp:
9 Sep 2014, 07:24:35 (10 years ago)
Author:
Henrik Bettermann
Message:

Add jamb_age to ICustomUGApplicant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py

    r10844 r11792  
    5656    'screening_venue',
    5757    'screening_date',
     58    'jamb_age',
    5859    'jamb_subjects',
    5960    'jamb_score',
     
    203204        required = False,
    204205        )
     206    jamb_age = schema.Int(
     207        title = _(u'Age (provided by JAMB)'),
     208        required = False,
     209        )
    205210    notice = schema.Text(
    206211        title = _(u'Notice'),
Note: See TracChangeset for help on using the changeset viewer.