Changeset 10838 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 11 Dec 2013, 10:19:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r10592 r10838 38 38 39 39 OMIT_DISPLAY_FIELDS = ('locked', 'course_admitted', 40 'result_uploaded', 'suspended' )40 'result_uploaded', 'suspended', 'special_application') 41 41 42 42 # UG students are all undergraduate students. 43 43 UG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS 44 44 UG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + ('phone',) 45 UG_OMIT_MANAGE_FIELDS = ( )45 UG_OMIT_MANAGE_FIELDS = ('special_application',) 46 46 UG_OMIT_EDIT_FIELDS = UG_OMIT_MANAGE_FIELDS + OMIT_DISPLAY_FIELDS + ( 47 47 'student_id', 'notice', … … 87 87 PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS 88 88 PG_OMIT_PDF_FIELDS = PG_OMIT_DISPLAY_FIELDS + ('phone',) 89 PG_OMIT_MANAGE_FIELDS = ( )89 PG_OMIT_MANAGE_FIELDS = ('special_application',) 90 90 PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + PG_OMIT_DISPLAY_FIELDS + ( 91 91 'student_id', 'notice',
Note: See TracChangeset for help on using the changeset viewer.