Changeset 17389 for main/kofacustom.edopoly
- Timestamp:
- 20 Apr 2023, 10:41:29 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r17104 r17389 158 158 MODE_GROUPS = { 159 159 'All': ('all',), 160 'Undergraduate Full-Time': ('hnd_ft', 'nd_ft'), 161 'Undergraduate Part-Time': ('hnd_pt', 'nd_pt'), 162 #'Postgraduate Full-Time': ('pg_ft',), 163 #'Postgraduate Part-Time': ('pg_pt',), 160 'National Diploma Full-Time': ('nd_ft',), 161 'National Diploma Part-Time': ('nd_pt',), 162 'Higher National Diploma Full-Time': ('hnd_ft',), 163 'Higher National Diploma Part-Time': ('hnd_pt',), 164 'Certificate': ('ct',), 165 'Pre-Degree': ('pre',), 164 166 }
Note: See TracChangeset for help on using the changeset viewer.