Changeset 15494


Ignore:
Timestamp:
10 Jul 2019, 13:39:12 (5 years ago)
Author:
Henrik Bettermann
Message:

Remove some fields from CBT application.

File:
1 edited

Legend:

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

    r15489 r15494  
    130130    'hq_session', 'hq_disc',
    131131    'aggregate', 'jamb_subjects',
    132     'programme_type')
     132    'programme_type',
     133    'fst_sit_fname',
     134    'fst_sit_no',
     135    'fst_sit_date',
     136    'fst_sit_type',
     137    'fst_sit_results',
     138    'scd_sit_fname',
     139    'scd_sit_no',
     140    'scd_sit_date',
     141    'scd_sit_type',
     142    'scd_sit_results',
     143    'course2',
     144    'screening_venue',
     145    'screening_date',
     146    'screening_score',
     147    )
    133148CBT_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + CBT_OMIT_FIELDS
    134149CBT_OMIT_MANAGE_FIELDS = CBT_OMIT_FIELDS + ('special_application',)
     
    137152    'student_id',
    138153    'notice',
    139     'screening_score',
    140     'screening_venue',
    141     'screening_date',
    142154    #'jamb_age',
    143155    #'jamb_subjects',
Note: See TracChangeset for help on using the changeset viewer.