Ignore:
Timestamp:
17 Oct 2014, 20:33:34 (10 years ago)
Author:
Henrik Bettermann
Message:

Add PIN fields to 'O' level section on application form'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py

    r11792 r11847  
    134134        default = [],
    135135        )
     136    olevel_pin = schema.TextLine(
     137        title = _(u'PIN'),
     138        required = False,
     139        readonly = False,
     140        )
     141    olevel_pin_serial_number = schema.TextLine(
     142        title = _(u'PIN Serial Number'),
     143        required = False,
     144        readonly = False,
     145        )
    136146    olevel_type2 = schema.Choice(
    137147        title = _(u'2nd Qualification Obtained'),
     
    162172        readonly = False,
    163173        default = [],
     174        )
     175    olevel_pin2 = schema.TextLine(
     176        title = _(u'2nd PIN'),
     177        required = False,
     178        readonly = False,
     179        )
     180    olevel_pin_serial_number2 = schema.TextLine(
     181        title = _(u'2nd PIN Serial Number'),
     182        required = False,
     183        readonly = False,
    164184        )
    165185    hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.