Ignore:
Timestamp:
27 Mar 2020, 08:05:51 (5 years ago)
Author:
Henrik Bettermann
Message:

Substruct provider amount from JUPEB tuition fee payments.

File:
1 edited

Legend:

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

    r15999 r16047  
    118118            self.pay_item_id = '102'
    119119        if self.context.p_category == 'registration':
     120            provider_amt = 5000.0
     121        if self.context.p_category in (
     122            'schoolfee', 'schoolfee40') and student.is_jupeb:
    120123            provider_amt = 5000.0
    121124        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.