- Timestamp:
- 1 Sep 2020, 06:11:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16212 r16222 72 72 'resit9': '9 Make-Up Examination Courses', 73 73 'id_card': 'Student ID Card', 74 'required_combi': 'Required Combi Payment', 74 75 } 75 76 … … 119 120 'resit9': '9 Make-Up Examination Courses', 120 121 'id_card': 'Student ID Card', 122 'required_combi': 'Required Combi Payment', 121 123 } 122 124 … … 150 152 151 153 COMBI_PAYMENT_CATEGORIES = { 154 #'registration': 'Registration Fee', 152 155 'grad_clearance': 'Clearance Fee', 153 156 'late_registration': 'Late Registration Fee', 154 157 'science': 'Science Bench Fee', 155 158 'clinical': 'Clinical Fee (Medical Students)', 156 'develop': 'Development Fee',157 'municipal_fresh': 'Municipal Fee (Fresh Students)',158 'municipal_returning': 'Municipal Fee (Returning Students)',159 #'develop': 'Development Fee', 160 #'municipal_fresh': 'Municipal Fee (Fresh Students)', 161 #'municipal_returning': 'Municipal Fee (Returning Students)', 159 162 'alumni': 'Alumni Fee', 160 163 'conv': 'Convocation Fee', … … 162 165 'waecneco': 'WAEC and NECO Verification', 163 166 'jambver': 'JAMB Verification', 164 'book': 'Book Deposit',165 'parentsconsult': 'Parents Consultative Forum (PCF) Fee',167 #'book': 'Book Deposit', 168 #'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 166 169 'pharmlab': 'Pharmacy Lab Support Fee', 167 170 'lo_ident': 'Letter of Identification Fee',
Note: See TracChangeset for help on using the changeset viewer.