Changeset 11792 for main/waeup.kwarapoly/trunk
- Timestamp:
- 9 Sep 2014, 07:24:35 (10 years ago)
- Location:
- main/waeup.kwarapoly/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/CHANGES.txt
r11791 r11792 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Add jamb_age to ICustomUGApplicant. 6 8 7 9 * Change bank account numbers for pre* application fee payments. -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r10844 r11792 56 56 'screening_venue', 57 57 'screening_date', 58 'jamb_age', 58 59 'jamb_subjects', 59 60 'jamb_score', … … 203 204 required = False, 204 205 ) 206 jamb_age = schema.Int( 207 title = _(u'Age (provided by JAMB)'), 208 required = False, 209 ) 205 210 notice = schema.Text( 206 211 title = _(u'Notice'),
Note: See TracChangeset for help on using the changeset viewer.