Ignore:
Timestamp:
6 Mar 2020, 14:07:50 (5 years ago)
Author:
Henrik Bettermann
Message:

Implement HND and ND Final Clearance Pack applications.

File:
1 edited

Legend:

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

    r15959 r16026  
    510510            xmldict['institution_acct'] = '1015220292'
    511511            xmldict['institution_bank_id'] = '117'
    512         elif self.applicant.__parent__.prefix == 'conv':
     512        elif self.applicant.__parent__.prefix in ('conv', 'hndfincl', 'ndfincl'):
    513513            xmldict['institution_acct'] = '1012808851'
    514514            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.