Changeset 16053 for main/kofacustom.iuokada/trunk/src
- Timestamp:
- 9 Apr 2020, 11:15:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16052 r16053 79 79 80 80 # PG has its own interface 81 PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS 81 PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + ( 82 'employer', 83 'emp_position', 84 'emp_start', 85 'emp_end', 86 'emp_reason', 87 'employer2', 88 'emp2_position', 89 'emp2_start', 90 'emp2_end', 91 'emp2_reason', 92 ) 82 93 PG_OMIT_PDF_FIELDS = PG_OMIT_DISPLAY_FIELDS + ('phone',) 83 94 PG_OMIT_MANAGE_FIELDS = ( … … 95 106 ) 96 107 PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + PG_OMIT_DISPLAY_FIELDS + ( 97 'student_id', 'notice', 98 'screening_score', 'screening_venue', 108 'student_id', 109 'notice', 110 'screening_score', 111 'screening_venue', 99 112 'screening_date',) 100 113
Note: See TracChangeset for help on using the changeset viewer.