Changeset 17839 for main


Ignore:
Timestamp:
10 Jul 2024, 11:59:08 (2 months ago)
Author:
Henrik Bettermann
Message:

Add fee.

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

Legend:

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

    r17715 r17839  
    135135                provider_amt = 0.0
    136136                tech_fee = 0.0
     137        elif self.context.p_category.startswith('ijmb'):
     138                xmldict['institution_acct'] = '0093658062'
     139                xmldict['institution_bank_id'] = '121'
     140                provider_amt = 250.0
    137141        elif self.context.p_category == 'hostel_maintenance':
    138142            xmldict['institution_acct'] = '1012551384'
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py

    r17698 r17839  
    3939        'med_reg':'Medical Registration Fee',
    4040        'teaching_practice':'Teaching Practice Fee',
     41        'ijmb_exam':'IJMB Examination Fees',
    4142        }
    4243
     
    4849        'med_reg':'Medical Registration Fee',
    4950        'teaching_practice':'Teaching Practice Fee',
     51        'ijmb_exam':'IJMB Examination Fees',
    5052        }
    5153
Note: See TracChangeset for help on using the changeset viewer.