Ignore:
Timestamp:
1 May 2013, 06:53:18 (12 years ago)
Author:
Henrik Bettermann
Message:

Customize application forms. KwaraPoly? distinguishes nd and hnd ug applicants. This causes a lot of customization.

File:
1 edited

Legend:

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

    r10131 r10132  
    226226            xmldict['institution_acct'] = '7000016463'
    227227            xmldict['institution_bank_id'] = '9'
    228         elif self.applicant.applicant_id.startswith('nd') \
    229             or self.applicant.applicant_id.startswith('prend'):
     228        elif self.applicant.is_nd:
    230229            xmldict['institution_acct'] = '2014191363'
    231230            xmldict['institution_bank_id'] = '8'
Note: See TracChangeset for help on using the changeset viewer.