- Timestamp:
- 29 Sep 2021, 11:53:17 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py
r16639 r16654 126 126 ) 127 127 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 140 128 fst_sit_date = FormattedDate( 141 129 title = _(u'Exam Date'), … … 168 156 scd_sit_no = schema.TextLine( 169 157 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'),182 158 required = False, 183 159 readonly = False,
Note: See TracChangeset for help on using the changeset viewer.