Changeset 16400


Ignore:
Timestamp:
24 Feb 2021, 19:12:50 (4 years ago)
Author:
Henrik Bettermann
Message:

Only one lsfp_penalty fee. Use payment id 104.

Location:
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
Files:
2 edited

Legend:

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

    r16380 r16400  
    9696                provider_amt = 2800.0
    9797                share_amt = 1200.0
     98        elif self.context.p_category == 'lsfp_penalty':
     99            self.pay_item_id = '104'
     100            xmldict['institution_acct'] = '1751080425'
     101            xmldict['institution_bank_id'] = '120'
    98102        xmldict['provider_amt'] = 100 * provider_amt
    99103        xmldict['share_amt'] = 100 * share_amt
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py

    r16370 r16400  
    191191            else:
    192192                return _(u'No bed allocated.'), None
    193         elif category == 'lsfp_penalty':
    194             amount = academic_session.lsfp_penalty_fee
    195             if amount and student.current_mode in ('ug_ft','de_ft'):
    196                 amount *= 2
    197193        else:
    198194            fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.