Changeset 15664 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 13 Oct 2019, 19:15:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r15609 r15664 183 183 'app_balance': 'Application Fee Balance', 184 184 'transcript': 'Transcript Fee', 185 'late_registration': 'Late Course Registration Fee' 185 'late_registration': 'Late Course Registration Fee', 186 'combi': 'Combi Payments', 186 187 } 187 188 … … 200 201 BALANCE_PAYMENT_CATEGORIES = { 201 202 'schoolfee': 'School Fee', 203 } 204 205 COMBI_PAYMENT_CATEGORIES = { 206 'gown': 'Gown Hire Fee', 207 'transcript': 'Transcript Fee', 208 'late_registration': 'Late Course Registration Fee', 202 209 } 203 210
Note: See TracChangeset for help on using the changeset viewer.