Ignore:
Timestamp:
22 Oct 2023, 17:11:09 (11 months ago)
Author:
Henrik Bettermann
Message:

See ticket 52#comment:5

File:
1 edited

Legend:

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

    r17618 r17620  
    9191            if student.current_mode in ('ug_ft', 'de_ft'):
    9292                xmldict['institution_acct'] = '1216063205'
    93                 if self.context.p_item != 'Balance':
    94                     tech_fee = 18000.0
     93                tech_fee = 18000.0
    9594                xmldict['tech_acct'] = '0092304647'
    9695                xmldict['tech_bank_id'] = '121'
     
    101100            if student.faccode == 'IJMB':
    102101                xmldict['institution_acct'] = '0093658062'
     102            if self.context.p_item == 'Balance':
     103                provider_amt = 0.0
     104                tech_fee = 0.0
    103105        elif self.context.p_category == 'schoolfee':
    104106            provider_amt = 2800.0
    105             if self.context.p_item != 'Balance':
    106                 tech_fee = 1200.0
     107            tech_fee = 1200.0
    107108            xmldict['institution_acct'] = '1011739172'
    108109            xmldict['tech_acct'] = '0213065415'
     
    122123                xmldict['institution_acct'] = '2001627961'
    123124                xmldict['institution_bank_id'] = '8'
     125            if self.context.p_item == 'Balance':
     126                provider_amt = 0.0
     127                tech_fee = 0.0
    124128        elif self.context.p_category == 'hostel_maintenance':
    125129            xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.