Changeset 11847
- Timestamp:
- 17 Oct 2014, 20:33:34 (10 years ago)
- Location:
- main/waeup.kwarapoly/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/CHANGES.txt
r11797 r11847 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Add PIN fields to 'O' level section on application form'. 6 8 7 9 * Until 14/9/2014 we have not sent split amount data for pre applications. -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r11792 r11847 134 134 default = [], 135 135 ) 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 ) 136 146 olevel_type2 = schema.Choice( 137 147 title = _(u'2nd Qualification Obtained'), … … 162 172 readonly = False, 163 173 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, 164 184 ) 165 185 hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.