Ignore:
Timestamp:
25 Jul 2012, 05:38:08 (12 years ago)
Author:
Henrik Bettermann
Message:

Do not show suspended field.

File:
1 edited

Legend:

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

    r8982 r9045  
    3535
    3636UG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted',
    37     'password', 'result_uploaded')
     37    'password', 'result_uploaded', 'suspended')
    3838UG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + ('email', 'phone')
    3939UG_OMIT_MANAGE_FIELDS = ()
    4040UG_OMIT_EDIT_FIELDS = UG_OMIT_MANAGE_FIELDS + ('locked', 'course_admitted',
    4141    'student_id', 'screening_score', 'screening_venue', 'notice',
    42     'screening_date', 'result_uploaded',
     42    'screening_date', 'result_uploaded', 'suspended',
    4343    'jamb_subjects', 'jamb_score', 'aggregate')
    4444PUTME_OMIT_EDIT_FIELDS = UG_OMIT_EDIT_FIELDS + (
     
    5050    'screening_date')
    5151
    52 PG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 'password')
     52PG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 'password', 'suspended')
    5353PG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + ('email', 'phone')
    5454PG_OMIT_MANAGE_FIELDS = ()
    5555PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + (
    56     'locked', 'course_admitted',
     56    'locked', 'course_admitted', 'suspended',
    5757    'student_id', 'screening_score', 'screening_venue', 'notice',
    5858    'screening_date')
Note: See TracChangeset for help on using the changeset viewer.