- Timestamp:
- 24 Apr 2025, 01:07:30 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/interfaces.py
r14591 r18067 90 90 readonly = False, 91 91 ) 92 jamb_reg_number = schema.TextLine( 93 title = _(u'JAMB Registration Number'), 94 required = False, 95 readonly = False, 96 ) 97 98 nin = schema.Int( 99 title = _(u'National Identity Number (NIN)'), 100 required = False, 101 readonly = False, 102 min=10000000000, 103 max=99999999999, 104 ) 92 105 93 106 fst_sit_fname = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.