Ignore:
Timestamp:
31 May 2023, 08:07:08 (16 months ago)
Author:
Henrik Bettermann
Message:

Setup dp school fee accounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17399 r17427  
    107107                tech_fee = 0.0
    108108            if student.current_mode.startswith('dp'):
    109                 xmldict['institution_acct'] = '1011431799'
    110                 xmldict['institution_bank_id'] = '117'
    111                 provider_amt = 250.0
    112                 tech_fee = 0.0
     109                xmldict['institution_acct'] = '2001627961'
     110                xmldict['institution_bank_id'] = '8'
    113111        elif self.context.p_category == 'hostel_maintenance':
    114112            xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.