Changeset 15410


Ignore:
Timestamp:
15 May 2019, 20:47:48 (5 years ago)
Author:
Henrik Bettermann
Message:

Add application types and categories.

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  
    4343        'ct': ['Certificate Programmes', 'CT'],
    4444        'special': ['Supplementary Payment', 'SP'],
     45        'hnde': ['HND Part-Time Evening Programmes', 'HNDE'],
     46        'nde': ['ND Part-Time Evening Programmes', 'NDE'],
    4547        }
    4648
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15223 r15410  
    3535        'ndpt': 'National Diploma Part-Time Programmes',
    3636        'ndwe': 'National Diploma Weekend Programmes',
     37        'nde': 'National Diploma Part-Time Evening Programmes',
    3738        'hndft': 'Higher National Diploma Full-Time Programmes',
    3839        'hndpt': 'Higher National Diploma Part-Time Programmes',
    3940        'hndwe': 'Higher National Diploma Weekend Programmes',
     41        'hnde': 'Higher National Diploma Part-Time Evening Programmes',
    4042
    4143        }
Note: See TracChangeset for help on using the changeset viewer.