Changeset 18136
- Timestamp:
- 22 Jul 2025, 06:45:39 (6 hours ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r18117 r18136 67 67 'id_card': ('0040621193','31'), 68 68 'alumni': ('1311974981','117'), 69 ' lab_support':('0040621193','31'),69 'pharmlab': ('0040621193','31'), 70 70 'registration_return': ('0040621193','31'), 71 71 'book': ('1228744877','117'), -
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.