Changeset 16284 for main/kofacustom.iuokada
- Timestamp:
- 18 Oct 2020, 16:48:45 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r16258 r16284 156 156 157 157 COMBI_PAYMENT_CATEGORIES = { 158 #'registration': 'Registration Fee',158 'registration': 'Registration Fee', 159 159 'grad_clearance': 'Clearance Fee', 160 160 'late_registration': 'Late Registration Fee', 161 161 'science': 'Science Bench Fee', 162 162 'clinical': 'Clinical Fee (Medical Students)', 163 #'develop': 'Development Fee',164 #'municipal_fresh': 'Municipal Fee (Fresh Students)',165 #'municipal_returning': 'Municipal Fee (Returning Students)',163 'develop': 'Development Fee', 164 'municipal_fresh': 'Municipal Fee (Fresh Students)', 165 'municipal_returning': 'Municipal Fee (Returning Students)', 166 166 'alumni': 'Alumni Fee', 167 167 'conv': 'Convocation Fee', … … 169 169 'waecneco': 'WAEC and NECO Verification', 170 170 'jambver': 'JAMB Verification', 171 #'book': 'Book Deposit',172 #'parentsconsult': 'Parents Consultative Forum (PCF) Fee',171 'book': 'Book Deposit', 172 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 173 173 'pharmlab': 'Pharmacy Lab Support Fee', 174 174 'lo_ident': 'Letter of Identification Fee',
Note: See TracChangeset for help on using the changeset viewer.