Changeset 11740 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 7 Jul 2014, 06:59:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r11739 r11740 47 47 'student_id', 'notice', 48 48 'screening_score', 'screening_venue', 49 'screening_date', 'jamb_ subjects',49 'screening_date', 'jamb_age', 'jamb_subjects', 50 50 'jamb_score', 'aggregate') 51 51 … … 157 157 readonly = False, 158 158 ) 159 jamb_subjects = schema.Text( 160 title = _(u'Subjects and Scores'), 161 required = False, 162 ) 163 jamb_score = schema.Int( 164 title = _(u'Total JAMB Score'), 165 required = False, 166 ) 159 167 jamb_age = schema.Int( 160 168 title = _(u'Age (provided by JAMB)'), 161 required = False,162 )163 jamb_subjects = schema.Text(164 title = _(u'Subjects and Scores'),165 required = False,166 )167 jamb_score = schema.Int(168 title = _(u'Total JAMB Score'),169 169 required = False, 170 170 )
Note: See TracChangeset for help on using the changeset viewer.