Changeset 17478 for main


Ignore:
Timestamp:
10 Jul 2023, 01:42:13 (15 months ago)
Author:
Henrik Bettermann
Message:

Chance IJMB bank account.

File:
1 edited

Legend:

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

    r17459 r17478  
    9494            if student.current_mode.startswith('dp'):
    9595                xmldict['institution_acct'] = '1011431799'
     96            if student.faccode == 'IJMB':
     97                xmldict['institution_acct'] = '0093658062'
    9698        elif self.context.p_category == 'schoolfee':
    9799            provider_amt = 2800.0
     
    107109                provider_amt = 4000.0
    108110                tech_fee = 0.0
     111            if student.faccode == 'IJMB':
     112                xmldict['institution_acct'] = '0093658062'
    109113            if student.current_mode.startswith('dp'):
    110114                xmldict['institution_acct'] = '2001627961'
     
    205209            xmldict['institution_bank_id'] = '117'
    206210            provider_amt = 500.0           
     211        if self.context.__parent__.__parent__.prefix in ('ijmb',):
     212            xmldict['institution_acct'] = '0093658062'
     213            xmldict['institution_bank_id'] = '121'
    207214        xmldict['detail_ref'] = self.context.p_id
    208215        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.