Changeset 17063


Ignore:
Timestamp:
10 Aug 2022, 20:52:22 (2 years ago)
Author:
Henrik Bettermann
Message:

JUPEB bank account also for Pre-Degree Studies.

File:
1 edited

Legend:

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

    r17059 r17063  
    184184        xmldict['institution_acct'] = '1216063205'
    185185        xmldict['institution_bank_id'] = '117'
    186         if self.context.__parent__.__parent__.prefix == 'jupeb':
     186        if self.context.__parent__.__parent__.prefix in ('pre', 'jupeb'):
    187187            xmldict['institution_acct'] = '1011431799'
    188188            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.