- Timestamp:
- 3 Jul 2018, 05:47:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15073 r15074 24 24 """A collection of methods subject to customization. 25 25 """ 26 27 APP_CATS_DICT = { 28 'basic': 'Basic Application', 29 'no': 'no application', 30 'pg': 'Postgraduate', 31 'sandwich': 'Sandwich', 32 'cest': 'Part-Time, Diploma, Certificate' 33 } 26 34 27 35 PAYMENT_CATEGORIES = {
Note: See TracChangeset for help on using the changeset viewer.