Ignore:
Timestamp:
13 Jan 2023, 08:31:28 (21 months ago)
Author:
Henrik Bettermann
Message:

Add IJMB IJMB (Foundation Programme) .

File:
1 edited

Legend:

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

    r17203 r17278  
    9191            xmldict['institution_acct'] = '1216063205'
    9292            xmldict['institution_bank_id'] = '117'
    93             if student.is_jupeb:
    94                 xmldict['institution_acct'] = '1011431799'
    95             elif student.faccode == 'PRE':
     93            if student.faccode in ('PRE', 'JUPEB'):
    9694                xmldict['institution_acct'] = '1011431799'
    9795        if self.context.p_category == 'schoolfee':
     
    10098            xmldict['institution_acct'] = '1011739172'
    10199            xmldict['institution_bank_id'] = '117'
    102             if student.is_jupeb or student.faccode == 'PRE':
     100            if student.faccode in ('PRE', 'JUPEB'):
    103101                xmldict['institution_acct'] = '2001627961'
    104102                xmldict['institution_bank_id'] = '8'
     
    192190        xmldict['institution_bank_id'] = '117'
    193191        if self.context.__parent__.__parent__.prefix in (
    194                                     'pre', 'jupeb', 'dpft', 'dppt', 'ugpt'):
     192                                    'pre', 'jupeb', 'dpft', 'dppt',
     193                                    'ugpt', 'ijmb'):
    195194            xmldict['institution_acct'] = '1011431799'
    196195            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.