Changeset 15359


Ignore:
Timestamp:
21 Mar 2019, 22:42:34 (6 years ago)
Author:
Henrik Bettermann
Message:

Configure bridge student payments.

File:
1 edited

Legend:

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

    r15260 r15359  
    6464
    6565def contr_agreement_student(student):
    66     if student.current_mode == 'found' or student.current_mode.endswith('_pt'):
     66    if student.current_mode in ('found', 'bridge') or student.current_mode.endswith('_pt'):
    6767        return 'first'
    6868    return 'second'
     
    243243                xmldict['joint_venture_bank_id'] = '117'
    244244                xmldict['joint_venture_acct'] = '1010827641'
     245                xmldict['institution_acct'] = '1014847058'
     246                xmldict['institution_bank_id'] = '7'
    245247                if student.current_mode == 'found':
    246248                    self.pay_item_id = '103'
     
    360362                else:
    361363                    self.pay_item_id = '104'
     364                xmldict['institution_acct'] = '1014847058'
     365                xmldict['institution_bank_id'] = '7'
    362366            else:
    363367                # Second agreement
Note: See TracChangeset for help on using the changeset viewer.