Changeset 9085 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 6 Aug 2012, 19:54:31 (12 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/utils.py
r8819 r9085 40 40 'pce': ['PCE Screening', 'PCE'], 41 41 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 42 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'] 42 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 43 'new': ['New Programmes', 'NEW'] 43 44 } 44 45 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r9077 r9085 198 198 APP_CATS_DICT = { 199 199 'basic': 'PUTME, PUDE, PCE, PRENCE', 200 'no': ' no application',200 'no': 'No Application', 201 201 'pg_ft': 'Postgraduate Full-Time', 202 202 'pg_pt': 'Postgraduate Part-Time', 203 203 'sandwich': 'Sandwich', 204 'cest': 'Part-Time, Diploma, Certificate' 204 'cest': 'Part-Time, Diploma, Certificate', 205 'new': 'New Programmes', 205 206 } 206 207
Note: See TracChangeset for help on using the changeset viewer.