Ignore:
Timestamp:
2 Nov 2018, 07:06:07 (6 years ago)
Author:
Henrik Bettermann
Message:

Change bank accounts.

File:
1 edited

Legend:

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

    r15202 r15214  
    140140            tech_fee = 1200.0
    141141            if student.faccode == 'SPAT':
    142                 xmldict['institution_acct'] = '1012808851'
     142                xmldict['institution_acct'] = '1015220292'
    143143                xmldict['institution_bank_id'] = '117'
    144144            elif student.current_mode in ('nd_ft', 'hnd_ft'):
    145                 xmldict['institution_acct'] = '1012963301'
     145                xmldict['institution_acct'] = '1012808851'
    146146                xmldict['institution_bank_id'] = '117'
    147147        elif self.context.p_category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.