Ignore:
Timestamp:
8 Jul 2022, 10:33:54 (2 years ago)
Author:
Henrik Bettermann
Message:

Changes requested by email from Niyi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/interfaces.py

    r16997 r17011  
    6464
    6565    applicant_id = schema.TextLine(
    66         title = _(u'Applicant Id'),
     66        title = _(u'Registrant Id'),
    6767        required = False,
    6868        readonly = False,
     69        )
     70       
     71    vin = schema.TextLine(
     72        title = _(u'Voter Identification No (VIN)'),
     73        required = True,
    6974        )
    7075
Note: See TracChangeset for help on using the changeset viewer.