Ignore:
Timestamp:
16 Oct 2024, 17:53:21 (3 weeks ago)
Author:
Henrik Bettermann
Message:

Other programmes do not pay Student Union Due of One Thousand and Five Hundred (1,500) Naira, except undergraduate full-time.

File:
1 edited

Legend:

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

    r17938 r17945  
    108108            provider_amt = 7000.0
    109109            tech_fee = 3000.0
    110             union_due = 1500.0
    111110            xmldict['institution_acct'] = '1011739172'
    112111            xmldict['tech_acct'] = '0213065415'
     
    114113            xmldict['union_acct'] = '1011438901'
    115114            xmldict['union_bank_id'] = '117'
     115            if student.current_mode == 'ug_ft':
     116                union_due = 1500.0
    116117            if student.current_mode.startswith('dp'):
    117118                xmldict['institution_acct'] = '2001627961'
Note: See TracChangeset for help on using the changeset viewer.