Changeset 18108


Ignore:
Timestamp:
8 Jul 2025, 11:25:14 (3 hours ago)
Author:
Henrik Bettermann
Message:

Reenable sundry payments requirement.

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

    r18034 r18108  
    5555
    5656BANK_ACCOUNTS = {
    57     'access':               ('1228744877', '117'),
    58     'parentsconsult':       ('1228747029', '117'),
    59     'health_insurance':     ('1228744884', '117'),
    60     'municipal_returning':  ('0040621193','31'),
     57    'access':               ('1228744877','117'),
     58    'parentsconsult':       ('1012355544','117'),
     59    'health_insurance':     ('1228744884','117'),
     60    'municipal_returning':  ('1217103777','117'),
    6161    'clearance':            ('0040621193','31'),
    6262    'develop':              ('0040621193','31'),
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py

    r18050 r18108  
    179179    def _requiredPaymentsMissing(self, student, session):
    180180        # disabled on 03/04/25
    181         return
     181        # reenabled on 08/04/25
     182        if session < 2025:
     183            return
    182184        # Part time, jupeb, medical, and PG students do not pay sundry.
    183185        if student.is_jupeb or student.current_mode.endswith('_pt') \
Note: See TracChangeset for help on using the changeset viewer.