- Timestamp:
- 13 Aug 2018, 05:55:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15103 r15105 35 35 36 36 PAYMENT_CATEGORIES = { 37 'schoolfee': 'Tuition/Exams Fee and Student Union Dues',37 'schoolfee': 'Tuition/Exams Fee', 38 38 'clearance': 'Acceptance Fee', 39 39 'bed_allocation': 'Accommodation Booking Fee', … … 48 48 'late_registration': 'Late Course Registration Fee', 49 49 'final_clearance': 'Final Clearance Fee', 50 'union': 'Student Union Dues', 50 51 } 51 52 … … 53 54 54 55 BALANCE_PAYMENT_CATEGORIES = { 55 'schoolfee': 'Tuition/Exams Fee and Student Union Dues',56 'schoolfee': 'Tuition/Exams Fee', 56 57 'ict_entre': 'ICT and Entrepreneur Fee', 57 58 'certificate_confirm': 'Certificate Confirmation Fee', … … 70 71 'late_registration': 'Late Course Registr. Fee', 71 72 'final_clearance': 'Final Clearance Fee', 73 'union': 'Student Union Dues', 72 74 } 73 75
Note: See TracChangeset for help on using the changeset viewer.