Changeset 17398


Ignore:
Timestamp:
2 May 2023, 06:02:46 (17 months ago)
Author:
Henrik Bettermann
Message:

Set bank account.

File:
1 edited

Legend:

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

    r17373 r17398  
    9191            xmldict['institution_acct'] = '1216063205'
    9292            if student.faccode in ('PRE', 'JUPEB'):
     93                xmldict['institution_acct'] = '1011431799'
     94            if student.current_mode.startswith('dp'):
    9395                xmldict['institution_acct'] = '1011431799'
    9496        elif self.context.p_category == 'schoolfee':
Note: See TracChangeset for help on using the changeset viewer.