Changeset 13884
- Timestamp:
- 6 Jun 2016, 14:14:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r13883 r13884 192 192 title = _(u'1st Choice Course of Study'), 193 193 source = AppCatCertificateSource(), 194 required = True,194 required = False, 195 195 ) 196 196 course2 = schema.Choice( … … 396 396 jamb_reg_number = schema.TextLine( 397 397 title = _(u'JAMB Registration Number'), 398 required = True, 399 ) 400 course1 = schema.Choice( 401 title = _(u'1st Choice Course of Study'), 402 source = AppCatCertificateSource(), 398 403 required = True, 399 404 ) … … 405 410 ICustomUGApplicantEdit[ 406 411 'jamb_reg_number'].order = ICustomUGApplicant['jamb_reg_number'].order 412 ICustomUGApplicantEdit[ 413 'course1'].order = ICustomUGApplicant['course1'].order 407 414 408 415 class ICustomPGApplicantEdit(ICustomPGApplicant):
Note: See TracChangeset for help on using the changeset viewer.