Ignore:
Timestamp:
5 Jan 2016, 16:12:37 (9 years ago)
Author:
Henrik Bettermann
Message:

Determine afak applications correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r13562 r13567  
    216216            xmldict['institution_bank_id'] = '51'
    217217            provider_amt = 200.0
    218         elif self.applicant.applicant_id == 'afak':
     218        elif self.applicant.applicant_id.startswith('afak'):
    219219            xmldict['institution_acct'] = '1014446565'
    220220            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.