Ignore:
Timestamp:
14 Nov 2019, 14:45:16 (5 years ago)
Author:
Henrik Bettermann
Message:

Add sponsor field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/interfaces.py

    r15793 r15807  
    2828from waeup.kofa.schema import FormattedDate, TextLineChoice
    2929from waeup.kofa.students.vocabularies import nats_vocab, GenderSource
    30 from waeup.kofa.applicants.interfaces import contextual_reg_num_source
     30from waeup.kofa.applicants.interfaces import (
     31    contextual_reg_num_source, IApplicantBaseData)
    3132from kofacustom.nigeria.applicants.interfaces import (
    3233    LGASource, high_qual, high_grade, exam_types,
     
    7980        required = False,
    8081        )
     82
     83ICustomUGApplicant[
     84    'sponsor'].order =  ICustomUGApplicant['lga'].order
     85ICustomUGApplicant[
     86    'heard_about'].order =  ICustomUGApplicant['lga'].order
     87ICustomUGApplicant[
     88    'sponsor'].order =  ICustomUGApplicant['lga'].order
     89ICustomUGApplicant[
     90    'lga'].order =  ICustomUGApplicant['nationality'].order
    8191
    8292class ICustomPGApplicant(INigeriaPGApplicant):
Note: See TracChangeset for help on using the changeset viewer.