Ignore:
Timestamp:
20 Mar 2015, 11:51:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Add bank account for ct_ft students.

File:
1 edited

Legend:

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

    r12662 r12799  
    8080        if self.context.p_category in ('schoolfee', 'third_semester'):
    8181            self.pay_item_id = '8302'
     82            if student.current_mode in ('ct_ft',):
     83                xmldict['institution_acct'] = "1012044039"
     84                xmldict['institution_bank_id'] = '117'
    8285            if student.current_mode in ('nce_sw','prence',):
    8386                xmldict['institution_acct'] = "1013780934"
Note: See TracChangeset for help on using the changeset viewer.