Ignore:
Timestamp:
7 Aug 2024, 20:36:14 (3 months ago)
Author:
Henrik Bettermann
Message:

Add NIN.

File:
1 edited

Legend:

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

    r17777 r17874  
    146146        )
    147147
     148    nin = schema.Int(
     149        title = _(u'National Identification Number'),
     150        required = False,
     151        )
     152
    148153    #jamb_reg_number = schema.TextLine(
    149154    #    title = _(u'JAMB Registration Number'),
     
    16081613    #    required = True,
    16091614    #    )
     1615
     1616    nin = schema.Int(
     1617        title = _(u'National Identification Number'),
     1618        required = True,
     1619        )
    16101620
    16111621    date_of_birth = FormattedDate(
     
    16851695ICustomUGApplicantEdit['date_of_birth'].order = ICustomUGApplicant[
    16861696    'date_of_birth'].order
     1697ICustomUGApplicantEdit['nin'].order = ICustomUGApplicant[
     1698    'nin'].order
    16871699ICustomUGApplicantEdit['course1'].order = ICustomUGApplicant[
    16881700    'course1'].order
Note: See TracChangeset for help on using the changeset viewer.