Ignore:
Timestamp:
3 Aug 2018, 09:54:29 (6 years ago)
Author:
Henrik Bettermann
Message:

Change bank account.

File:
1 edited

Legend:

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

    r15076 r15098  
    310310        xmldict['institution_bank_id'] = '00'
    311311        if self.applicant.__parent__.application_category in ('ndft', 'hndft'):
    312             xmldict['institution_acct'] = '0010761873'
    313             xmldict['institution_bank_id'] = '11'
     312            xmldict['institution_acct'] = '5210039869'
     313            xmldict['institution_bank_id'] = '51'
    314314        elif self.applicant.__parent__.application_category in (
    315315            'ndpt', 'hndpt', 'ndwe', 'hndwe'):
    316             xmldict['institution_acct'] = '5210039869'
    317             xmldict['institution_bank_id'] = '51'
     316            xmldict['institution_acct'] = '1015220292'
     317            xmldict['institution_bank_id'] = '117'
    318318        elif self.applicant.applicant_id.startswith('special'):
    319319            if self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
Note: See TracChangeset for help on using the changeset viewer.