Changeset 9045 for main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Timestamp:
- 25 Jul 2012, 05:38:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r8982 r9045 35 35 36 36 UG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 37 'password', 'result_uploaded' )37 'password', 'result_uploaded', 'suspended') 38 38 UG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + ('email', 'phone') 39 39 UG_OMIT_MANAGE_FIELDS = () 40 40 UG_OMIT_EDIT_FIELDS = UG_OMIT_MANAGE_FIELDS + ('locked', 'course_admitted', 41 41 'student_id', 'screening_score', 'screening_venue', 'notice', 42 'screening_date', 'result_uploaded', 42 'screening_date', 'result_uploaded', 'suspended', 43 43 'jamb_subjects', 'jamb_score', 'aggregate') 44 44 PUTME_OMIT_EDIT_FIELDS = UG_OMIT_EDIT_FIELDS + ( … … 50 50 'screening_date') 51 51 52 PG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 'password' )52 PG_OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 'password', 'suspended') 53 53 PG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + ('email', 'phone') 54 54 PG_OMIT_MANAGE_FIELDS = () 55 55 PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + ( 56 'locked', 'course_admitted', 56 'locked', 'course_admitted', 'suspended', 57 57 'student_id', 'screening_score', 'screening_venue', 'notice', 58 58 'screening_date')
Note: See TracChangeset for help on using the changeset viewer.