- Timestamp:
- 7 Aug 2024, 20:36:14 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r17777 r17874 146 146 ) 147 147 148 nin = schema.Int( 149 title = _(u'National Identification Number'), 150 required = False, 151 ) 152 148 153 #jamb_reg_number = schema.TextLine( 149 154 # title = _(u'JAMB Registration Number'), … … 1608 1613 # required = True, 1609 1614 # ) 1615 1616 nin = schema.Int( 1617 title = _(u'National Identification Number'), 1618 required = True, 1619 ) 1610 1620 1611 1621 date_of_birth = FormattedDate( … … 1685 1695 ICustomUGApplicantEdit['date_of_birth'].order = ICustomUGApplicant[ 1686 1696 'date_of_birth'].order 1697 ICustomUGApplicantEdit['nin'].order = ICustomUGApplicant[ 1698 'nin'].order 1687 1699 ICustomUGApplicantEdit['course1'].order = ICustomUGApplicant[ 1688 1700 'course1'].order
Note: See TracChangeset for help on using the changeset viewer.