- Timestamp:
- 8 Jul 2022, 10:33:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/interfaces.py
r16997 r17011 64 64 65 65 applicant_id = schema.TextLine( 66 title = _(u' Applicant Id'),66 title = _(u'Registrant Id'), 67 67 required = False, 68 68 readonly = False, 69 ) 70 71 vin = schema.TextLine( 72 title = _(u'Voter Identification No (VIN)'), 73 required = True, 69 74 ) 70 75
Note: See TracChangeset for help on using the changeset viewer.