Changeset 17168


Ignore:
Timestamp:
23 Nov 2022, 11:28:49 (22 months ago)
Author:
Henrik Bettermann
Message:

Set bank account for pre degree school fee payments.

File:
1 edited

Legend:

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

    r17122 r17168  
    100100            xmldict['institution_acct'] = '1011739172'
    101101            xmldict['institution_bank_id'] = '117'
    102             if student.is_jupeb:
     102            if student.is_jupeb or student.faccode == 'PRE':
    103103                xmldict['institution_acct'] = '2001627961'
    104104                xmldict['institution_bank_id'] = '8'
Note: See TracChangeset for help on using the changeset viewer.