Ignore:
Timestamp:
5 Sep 2015, 05:40:11 (9 years ago)
Author:
Henrik Bettermann
Message:

Add one more application type and category.

File:
1 edited

Legend:

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

    r13243 r13245  
    173173            xmldict['institution_acct'] = '1014312532'
    174174            xmldict['institution_bank_id'] = '117'
    175         if self.applicant.applicant_id.startswith('pg'):
     175        elif self.applicant.applicant_id.startswith('pgb'):  # CERHI 2
     176            xmldict['institution_acct'] = '1014312532'
     177            xmldict['institution_bank_id'] = '117'
     178        elif self.applicant.applicant_id.startswith('pg'):
    176179            xmldict['institution_acct'] = '0031716030'
    177180            xmldict['institution_bank_id'] = '10'
Note: See TracChangeset for help on using the changeset viewer.