Ignore:
Timestamp:
15 Aug 2023, 09:47:00 (15 months ago)
Author:
Henrik Bettermann
Message:

PT students have different fields and must fill JAMB reg number.

File:
1 edited

Legend:

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

    r17084 r17538  
    722722        defaultFactory=list,
    723723        )
     724    jamb_reg_number = schema.TextLine(
     725        title = _(u'JAMB Registration Number'),
     726        required = False,
     727        )
    724728    jamb_subjects = schema.Text(
    725729        title = _(u'Subjects and Scores'),
     
    743747    #    required = False,
    744748    #    )
    745     jamb_reg_number = schema.TextLine(
    746         title = _(u'JAMB Registration Number'),
     749    course_admitted = schema.Choice(
     750        title = _(u'Admitted Course of Study'),
     751        source = CertificateSource(),
    747752        required = False,
    748753        )
     
    777782        required = False,
    778783        readonly = False,
    779         )
    780     course_admitted = schema.Choice(
    781         title = _(u'Admitted Course of Study'),
    782         source = CertificateSource(),
    783         required = False,
    784784        )
    785785    locked = schema.Bool(
Note: See TracChangeset for help on using the changeset viewer.