- Timestamp:
- 24 Apr 2025, 01:07:30 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r17744 r18067 426 426 required = False, 427 427 ) 428 nin = schema.Int( 429 title = _(u'National Identity Number (NIN)'), 430 required = False, 431 readonly = False, 432 min=10000000000, 433 max=99999999999, 434 ) 428 435 notice = schema.Text( 429 436 title = _(u'Notice'),
Note: See TracChangeset for help on using the changeset viewer.