Changeset 10386 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 25 Jun 2013, 16:08:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r10385 r10386 104 104 source = nats_vocab, 105 105 title = _(u'Nationality'), 106 required = True,106 required = False, 107 107 ) 108 108 lga = schema.Choice( … … 489 489 show_year = True, 490 490 ) 491 nationality = schema.Choice( 492 source = nats_vocab, 493 title = _(u'Nationality'), 494 required = True, 495 ) 491 496 492 497 IPUTMEApplicantEdit[ … … 494 499 IPUTMEApplicantEdit[ 495 500 'email'].order = INigeriaUGApplicant['email'].order 501 IPUTMEApplicantEdit[ 502 'nationality'].order = INigeriaUGApplicant['nationality'].order 496 503 497 504 class INigeriaApplicantUpdateByRegNo(INigeriaApplicant):
Note: See TracChangeset for help on using the changeset viewer.