Changeset 15359 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 21 Mar 2019, 22:42:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15260 r15359 64 64 65 65 def 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'): 67 67 return 'first' 68 68 return 'second' … … 243 243 xmldict['joint_venture_bank_id'] = '117' 244 244 xmldict['joint_venture_acct'] = '1010827641' 245 xmldict['institution_acct'] = '1014847058' 246 xmldict['institution_bank_id'] = '7' 245 247 if student.current_mode == 'found': 246 248 self.pay_item_id = '103' … … 360 362 else: 361 363 self.pay_item_id = '104' 364 xmldict['institution_acct'] = '1014847058' 365 xmldict['institution_bank_id'] = '7' 362 366 else: 363 367 # Second agreement
Note: See TracChangeset for help on using the changeset viewer.