- Timestamp:
- 20 May 2018, 19:44:44 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15011 r15013 26 26 27 27 PAYMENT_CATEGORIES = { 28 'schoolfee': ' SchoolFee',28 'schoolfee': 'Tuition Fee', 29 29 'clearance': 'Acceptance Fee', 30 30 'bed_allocation': 'Accommodation Booking Fee', … … 32 32 'application': 'Application Fee', 33 33 'ict_entre': 'ICT & Entrepreneur Fee', 34 'logbook': 'Logbook Fee', 34 'logbook_combo': 'Logbook Combo Fee', 35 'siwess_combo': 'SIWESS Combo Fee' 35 36 } 36 37
Note: See TracChangeset for help on using the changeset viewer.