- Timestamp:
- 17 Dec 2015, 06:22:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r13545 r13548 63 63 title = _(u'Programme Type'), 64 64 vocabulary = programme_types_vocab, 65 required = True,65 required = False, 66 66 ) 67 67 … … 540 540 """ 541 541 542 programme_type = schema.Choice( 543 title = _(u'Programme Type'), 544 vocabulary = programme_types_vocab, 545 required = True, 546 ) 547 542 548 date_of_birth = FormattedDate( 543 549 title = _(u'Date of Birth'), … … 546 552 ) 547 553 554 ICustomUGApplicantEdit['programme_type'].order = ICustomUGApplicant[ 555 'programme_type'].order 548 556 ICustomUGApplicantEdit['date_of_birth'].order = ICustomUGApplicant[ 549 557 'date_of_birth'].order
Note: See TracChangeset for help on using the changeset viewer.