Ignore:
Timestamp:
19 Oct 2023, 20:59:45 (11 months ago)
Author:
Henrik Bettermann
Message:

Exclude Technology fee charges from balance payments.

File:
1 edited

Legend:

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

    r17613 r17616  
    9191            if student.current_mode in ('ug_ft', 'de_ft'):
    9292                xmldict['institution_acct'] = '1216063205'
    93                 tech_fee = 18000.0
     93                if self.context.p_item != 'Balance':
     94                    tech_fee = 18000.0
    9495                xmldict['tech_acct'] = '0092304647'
    9596                xmldict['tech_bank_id'] = '121'
Note: See TracChangeset for help on using the changeset viewer.