Changeset 18136 for main


Ignore:
Timestamp:
22 Jul 2025, 06:45:39 (10 hours ago)
Author:
Henrik Bettermann
Message:

"Lab Support" is "Pharmacy Lab Support Fee

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  
    6767    'id_card':              ('0040621193','31'),
    6868    'alumni':               ('1311974981','117'),
    69     'lab_support':          ('0040621193','31'),
     69    'pharmlab':             ('0040621193','31'),
    7070    'registration_return':  ('0040621193','31'),
    7171    'book':                 ('1228744877','117'),
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py

    r18135 r18136  
    8989
    9090
    91     # all stdents (except PHM) final year
     91    # all students (except PHM) final year
    9292    REQUIRED_PAYMENTS_FINAL = {
    9393        'registration_return': 'Registration Fee (Returning)',
     
    110110        'municipal_returning': 'Returning Students Municipal Fee',
    111111        'health_insurance': 'Student Health Insurance',
    112         'lab_support': 'Lab Support',
     112        'pharmlab': 'Pharmacy Lab Support Fee',
    113113        }
    114114
     
    124124        'conv': 'Convocation Fees',
    125125        'grad_clearance': 'Clearance Fees',
    126         'lab_support': 'Lab Support',
     126        'pharmlab': 'Pharmacy Lab Support Fee',
    127127        }
    128128
Note: See TracChangeset for help on using the changeset viewer.