Ignore:
Timestamp:
22 Nov 2023, 18:50:01 (10 months ago)
Author:
Henrik Bettermann
Message:

Fix bank id.

File:
1 edited

Legend:

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

    r17620 r17646  
    100100            if student.faccode == 'IJMB':
    101101                xmldict['institution_acct'] = '0093658062'
     102                xmldict['institution_bank_id'] = '121'
    102103            if self.context.p_item == 'Balance':
    103104                provider_amt = 0.0
     
    120121            if student.faccode == 'IJMB':
    121122                xmldict['institution_acct'] = '0093658062'
     123                xmldict['institution_bank_id'] = '121'
    122124            if student.current_mode.startswith('dp'):
    123125                xmldict['institution_acct'] = '2001627961'
Note: See TracChangeset for help on using the changeset viewer.