Ignore:
Timestamp:
23 Sep 2016, 08:27:13 (8 years ago)
Author:
Henrik Bettermann
Message:

The prefix now starts with 'ak' as requested by med.

File:
1 edited

Legend:

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

    r14059 r14182  
    149149        xmldict['institution_acct'] = INSTITUTION_ACCT
    150150        xmldict['institution_bank_id'] = INSTITUTION_BANK_ID
    151         if self.applicant.applicant_id.startswith('afk'):
     151        if self.applicant.applicant_id.startswith('ak'):
    152152            xmldict['institution_acct'] = 1014774176
    153153            xmldict['institution_bank_id'] = 117
Note: See TracChangeset for help on using the changeset viewer.