Ignore:
Timestamp:
7 Oct 2024, 00:37:03 (4 weeks ago)
Author:
Henrik Bettermann
Message:

See #74.

File:
1 edited

Legend:

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

    r17937 r17938  
    106106                tech_fee = 0.0
    107107        elif self.context.p_category == 'schoolfee':
    108             provider_amt = 6650.0
    109             tech_fee = 2850.0
     108            provider_amt = 7000.0
     109            tech_fee = 3000.0
    110110            union_due = 1500.0
    111             if student.is_fresh:
    112                 provider_amt = 7000.0
    113                 tech_fee = 3000.0
    114111            xmldict['institution_acct'] = '1011739172'
    115112            xmldict['tech_acct'] = '0213065415'
Note: See TracChangeset for help on using the changeset viewer.