Changeset 14470
- Timestamp:
- 27 Jan 2017, 12:32:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r14468 r14470 507 507 ) 508 508 509 matric_number = schema.TextLine( 510 title = _(u'Matriculation Number'), 511 readonly = False, 512 required = False, 509 reg_number = TextLineChoice( 510 title = _(u'Registration Number'), 511 readonly = False, 512 required = True, 513 source = contextual_reg_num_source, 513 514 ) 514 515 … … 653 654 ) 654 655 655 matric_number = schema.TextLine( 656 title = _(u'Matriculation Number'), 657 readonly = False, 658 required = False, 656 reg_number = TextLineChoice( 657 title = _(u'Registration Number'), 658 readonly = False, 659 required = True, 660 source = contextual_reg_num_source, 659 661 ) 660 662
Note: See TracChangeset for help on using the changeset viewer.