Ignore:
Timestamp:
13 Oct 2023, 08:26:35 (13 months ago)
Author:
Henrik Bettermann
Message:

Add more acceptance fee accounts.

File:
1 edited

Legend:

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

    r17599 r17613  
    9494                xmldict['tech_acct'] = '0092304647'
    9595                xmldict['tech_bank_id'] = '121'
     96            if student.faccode in ('PRE', 'JUPEB'):
     97                xmldict['institution_acct'] = '1011431799'
     98            if student.current_mode.startswith('dp'):
     99                xmldict['institution_acct'] = '1011431799'
     100            if student.faccode == 'IJMB':
     101                xmldict['institution_acct'] = '0093658062'
    96102        elif self.context.p_category == 'schoolfee':
    97103            provider_amt = 2800.0
Note: See TracChangeset for help on using the changeset viewer.