Changeset 17059


Ignore:
Timestamp:
9 Aug 2022, 06:08:10 (2 years ago)
Author:
Henrik Bettermann
Message:

Change JUPEB application bank account.

File:
1 edited

Legend:

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

    r16882 r17059  
    184184        xmldict['institution_acct'] = '1216063205'
    185185        xmldict['institution_bank_id'] = '117'
     186        if self.context.__parent__.__parent__.prefix == 'jupeb':
     187            xmldict['institution_acct'] = '1011431799'
     188            xmldict['institution_bank_id'] = '117'
     189            provider_amt = 500.0           
    186190        xmldict['detail_ref'] = self.context.p_id
    187191        xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.