Ignore:
Timestamp:
10 Jul 2024, 11:59:08 (2 months ago)
Author:
Henrik Bettermann
Message:

Add fee.

File:
1 edited

Legend:

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

    r17715 r17839  
    135135                provider_amt = 0.0
    136136                tech_fee = 0.0
     137        elif self.context.p_category.startswith('ijmb'):
     138                xmldict['institution_acct'] = '0093658062'
     139                xmldict['institution_bank_id'] = '121'
     140                provider_amt = 250.0
    137141        elif self.context.p_category == 'hostel_maintenance':
    138142            xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.