Changeset 15675
- Timestamp:
- 13 Oct 2019, 21:19:50 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15663 r15675 51 51 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 52 52 'pharmlab': 'Pharmacy Lab Support Fee', 53 'combi': 'Combi Payments', 53 54 } 54 55 … … 77 78 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 78 79 'pharmlab': 'Pharmacy Lab Support Fee', 80 'combi': 'Combi Payments', 79 81 } 80 82 … … 96 98 'pharmlab': 'Pharmacy Lab Support Fee', 97 99 } 100 101 COMBI_PAYMENT_CATEGORIES = { 102 'late_registration': 'Late Registration Fee', 103 'science': 'Science Bench Fee', 104 'clinical': 'Clinical Fee (Medical Students)', 105 'develop': 'Development Fee', 106 'municipal': 'Municipal Fee', 107 'alumni': 'Alumni Fee', 108 'conv': 'Convocation Fee', 109 'matric': 'Matriculation Fee', 110 'waecneco': 'WAEC & NECO Verification', 111 'jambver': 'JAMB Verification', 112 'book': 'Book Deposit', 113 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 114 'pharmlab': 'Pharmacy Lab Support Fee', 115 }
Note: See TracChangeset for help on using the changeset viewer.