Ignore:
Timestamp:
29 Sep 2021, 11:53:17 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove fields.

File:
1 edited

Legend:

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

    r16639 r16654  
    126126        )
    127127
    128     fst_sit_sc_pin = schema.TextLine(
    129         title = _(u'Scratch Card Pin'),
    130         required = False,
    131         readonly = False,
    132         )
    133 
    134     fst_sit_sc_serial_number = schema.TextLine(
    135         title = _(u'Scratch Card Serial Number'),
    136         required = False,
    137         readonly = False,
    138         )
    139 
    140128    fst_sit_date = FormattedDate(
    141129        title = _(u'Exam Date'),
     
    168156    scd_sit_no = schema.TextLine(
    169157        title = _(u'Exam Number'),
    170         required = False,
    171         readonly = False,
    172         )
    173 
    174     scd_sit_sc_pin = schema.TextLine(
    175         title = _(u'Scratch Card Pin'),
    176         required = False,
    177         readonly = False,
    178         )
    179 
    180     scd_sit_sc_serial_number = schema.TextLine(
    181         title = _(u'Scratch Card Serial Number'),
    182158        required = False,
    183159        readonly = False,
Note: See TracChangeset for help on using the changeset viewer.