- Timestamp:
- 22 Jul 2025, 06:45:39 (13 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18135 r18136 89 89 90 90 91 # all st dents (except PHM) final year91 # all students (except PHM) final year 92 92 REQUIRED_PAYMENTS_FINAL = { 93 93 'registration_return': 'Registration Fee (Returning)', … … 110 110 'municipal_returning': 'Returning Students Municipal Fee', 111 111 'health_insurance': 'Student Health Insurance', 112 ' lab_support': 'Lab Support',112 'pharmlab': 'Pharmacy Lab Support Fee', 113 113 } 114 114 … … 124 124 'conv': 'Convocation Fees', 125 125 'grad_clearance': 'Clearance Fees', 126 ' lab_support': 'Lab Support',126 'pharmlab': 'Pharmacy Lab Support Fee', 127 127 } 128 128
Note: See TracChangeset for help on using the changeset viewer.