Ignore:
Timestamp:
8 Jul 2015, 10:55:01 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove aggregate score field.

File:
1 edited

Legend:

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

    r13155 r13157  
    6060    'hq_type', 'hq_matric_no',
    6161    'hq_degree', 'hq_school',
    62     'hq_session', 'hq_disc',)
     62    'hq_session', 'hq_disc',
     63    'aggregate')
    6364CBT_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + CBT_OMIT_FIELDS
    6465CBT_OMIT_MANAGE_FIELDS = UG_OMIT_MANAGE_FIELDS + CBT_OMIT_FIELDS
     
    7374    #'jamb_score',
    7475    #'jamb_reg_number',
    75     'aggregate')
     76    )
    7677CBT_OMIT_PDF_FIELDS = CBT_OMIT_DISPLAY_FIELDS + ('phone',)
    7778
Note: See TracChangeset for help on using the changeset viewer.