Changeset 17016 for main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
- Timestamp:
- 10 Jul 2022, 08:40:43 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r16976 r17016 194 194 'late_registration': 'Late Course Registration Fee', 195 195 'combi': 'Combi Payment', 196 'donation': 'Donation', 196 197 } 197 198 … … 219 220 BALANCE_PAYMENT_CATEGORIES = { 220 221 'schoolfee': 'School Fee', 222 } 223 224 APPLICANT_BALANCE_PAYMENT_CATEGORIES = { 225 'donation': 'Donation', 221 226 } 222 227
Note: See TracChangeset for help on using the changeset viewer.