Ignore:
Timestamp:
26 Feb 2016, 11:14:36 (9 years ago)
Author:
Henrik Bettermann
Message:

Enable aggregate score field.

File:
1 edited

Legend:

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

    r13561 r13744  
    146146    'hq_degree', 'hq_school',
    147147    'hq_session', 'hq_disc',
    148     'aggregate','jamb_subjects',)
     148    'jamb_subjects',)
    149149AFFIL_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + AFFIL_OMIT_FIELDS
    150150AFFIL_OMIT_MANAGE_FIELDS = AFFIL_OMIT_FIELDS + ('special_application',)
     
    156156    'screening_venue',
    157157    'screening_date',
     158    'aggregate',
    158159    )
    159160AFFIL_OMIT_PDF_FIELDS = AFFIL_OMIT_DISPLAY_FIELDS + ('phone',)
Note: See TracChangeset for help on using the changeset viewer.