Changeset 14688 for main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
- Timestamp:
- 9 Jun 2017, 05:03:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r14598 r14688 106 106 DISABLE_PAYMENT_GROUP_DICT = { 107 107 'sf_all': 'School Fee - All Students', 108 'sf_found': 'School Fee - Foundation Students', 109 'sf_pg': 'School Fee - Postgraduate Students', 110 'sf_pt': 'School Fee - UG Part-Time Students', 111 'sf_ft': 'School Fee - UG Full-Time Students', 112 'sf_sw': 'School Fee - Sandwich Students', 113 'sf_dp': 'School Fee - Diploma Students', 108 114 'maint_all': 'Accommodation Fee - All Students', 109 'sf_found': 'School Fee - Foundation Students',110 115 } 111 116
Note: See TracChangeset for help on using the changeset viewer.