Ignore:
Timestamp:
30 Sep 2024, 16:44:34 (7 hours ago)
Author:
Henrik Bettermann
Message:

New fees.

File:
1 edited

Legend:

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

    r17913 r17931  
    105105                tech_fee = 0.0
    106106        elif self.context.p_category == 'schoolfee':
    107             provider_amt = 2800.0
    108             tech_fee = 1200.0
     107            provider_amt = 6650.0
     108            tech_fee = 2850.0
     109            if student.is_fresh:
     110                provider_amt = 7000.0
     111                tech_fee = 3000.0
    109112            xmldict['institution_acct'] = '1011739172'
    110113            xmldict['tech_acct'] = '0213065415'
     
    125128                xmldict['institution_acct'] = '0093658062'
    126129                xmldict['institution_bank_id'] = '121'
    127             elif student.faccode in ('FMED', 'FBM'):
     130            elif student.faccode in ('FMED', 'FBM', 'FLW'):
    128131                xmldict['institution_acct'] = '1011274462'
    129132            elif student.certcode == 'DFFPA':
Note: See TracChangeset for help on using the changeset viewer.