Changeset 16958 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 13 Jun 2022, 10:47:28 (2 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16648 r16958 335 335 or not self.context.jamb_reg_number): 336 336 return _('JAMB fields must be filled.') 337 if self.context.subtype in ('transfer', 'de') \ 338 and not self.context.ref_number: 339 return _('Reference Number field must be filled.') 337 340 if self.context.__parent__.with_picture: 338 341 store = getUtility(IExtFileStore) -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/interfaces.py
r16957 r16958 179 179 required = False, 180 180 ) 181 182 ref_number = schema.TextLine( 183 title = _(u'Reference Number'), 184 required = False, 185 readonly = False, 186 description = _(u'Reference Number from JAMB Inter-University transfer form (if applicable)'), 187 ) 181 188 disabilities = schema.Choice( 182 189 title = _(u'Disability'),
Note: See TracChangeset for help on using the changeset viewer.