Changeset 15410 for main/kofacustom.edopoly
- Timestamp:
- 15 May 2019, 20:47:48 (5 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/utils.py
r15218 r15410 43 43 'ct': ['Certificate Programmes', 'CT'], 44 44 'special': ['Supplementary Payment', 'SP'], 45 'hnde': ['HND Part-Time Evening Programmes', 'HNDE'], 46 'nde': ['ND Part-Time Evening Programmes', 'NDE'], 45 47 } 46 48 -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15223 r15410 35 35 'ndpt': 'National Diploma Part-Time Programmes', 36 36 'ndwe': 'National Diploma Weekend Programmes', 37 'nde': 'National Diploma Part-Time Evening Programmes', 37 38 'hndft': 'Higher National Diploma Full-Time Programmes', 38 39 'hndpt': 'Higher National Diploma Part-Time Programmes', 39 40 'hndwe': 'Higher National Diploma Weekend Programmes', 41 'hnde': 'Higher National Diploma Part-Time Evening Programmes', 40 42 41 43 }
Note: See TracChangeset for help on using the changeset viewer.