Changeset 15794


Ignore:
Timestamp:
11 Nov 2019, 06:51:45 (5 years ago)
Author:
Henrik Bettermann
Message:

Change bank account.

File:
1 edited

Legend:

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

    r15786 r15794  
    101101            xmldict['institution_bank_id'] = '117'
    102102            self.pay_item_id = '104'
     103        elif self.context.p_category in (
     104            'municipal_fresh', 'municipal_returning',
     105            'transcript_local', 'transcript_overseas'):
     106            xmldict['institution_acct'] = '0040621193'
     107            xmldict['institution_bank_id'] = '31'
     108            self.pay_item_id = '105'
    103109        else:
    104110            xmldict['institution_acct'] = '1011050158'
Note: See TracChangeset for help on using the changeset viewer.