Changeset 11848
- Timestamp:
- 17 Oct 2014, 20:40:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r11847 r11848 135 135 ) 136 136 olevel_pin = schema.TextLine( 137 title = _(u' PIN'),138 required = False, 139 readonly = False, 140 ) 141 olevel_pin_serial _number= schema.TextLine(137 title = _(u'Result Checking PIN'), 138 required = False, 139 readonly = False, 140 ) 141 olevel_pin_serial = schema.TextLine( 142 142 title = _(u'PIN Serial Number'), 143 143 required = False, … … 174 174 ) 175 175 olevel_pin2 = schema.TextLine( 176 title = _(u'2nd PIN'),177 required = False, 178 readonly = False, 179 ) 180 olevel_pin_serial _number2 = schema.TextLine(176 title = _(u'2nd Result Checking PIN'), 177 required = False, 178 readonly = False, 179 ) 180 olevel_pin_serial2 = schema.TextLine( 181 181 title = _(u'2nd PIN Serial Number'), 182 182 required = False,
Note: See TracChangeset for help on using the changeset viewer.