Ignore:
Timestamp:
26 Sep 2019, 05:45:10 (5 years ago)
Author:
Henrik Bettermann
Message:

Change clearance fee account for ndft and hndft

File:
1 edited

Legend:

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

    r15604 r15608  
    153153                xmldict['institution_bank_id'] = '117'
    154154            elif student.current_mode in ('nd_ft', 'hnd_ft'):
    155                 xmldict['institution_acct'] = '5210039869'
    156                 xmldict['institution_bank_id'] = '51'
     155                xmldict['institution_acct'] = '0072223654'
     156                xmldict['institution_bank_id'] = '121'
    157157        elif self.context.p_category == 'gown':
    158158            self.pay_item_id = '102' # We use school fee item id.
Note: See TracChangeset for help on using the changeset viewer.