Ignore:
Timestamp:
13 Mar 2024, 21:34:26 (10 months ago)
Author:
Henrik Bettermann
Message:

Set bank account for DFFPA students.

File:
1 edited

Legend:

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

    r17698 r17715  
    127127            elif student.faccode in ('FMED', 'FBM'):
    128128                xmldict['institution_acct'] = '1011274462'
     129            elif student.certcode == 'DFFPA':
     130                xmldict['institution_acct'] = '2001627961'
     131                xmldict['institution_bank_id'] = '8'
     132                provider_amt = 4000.0
     133                tech_fee = 0.0
    129134            if self.context.p_item == 'Balance':
    130135                provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.