Ignore:
Timestamp:
20 Oct 2023, 21:51:22 (11 months ago)
Author:
Henrik Bettermann
Message:

Exclude Technology fee charges also from schoolfee balance payments.

File:
1 edited

Legend:

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

    r17616 r17618  
    103103        elif self.context.p_category == 'schoolfee':
    104104            provider_amt = 2800.0
    105             tech_fee = 1200.0
     105            if self.context.p_item != 'Balance':
     106                tech_fee = 1200.0
    106107            xmldict['institution_acct'] = '1011739172'
    107108            xmldict['tech_acct'] = '0213065415'
Note: See TracChangeset for help on using the changeset viewer.