Changeset 14686 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 17 May 2017, 05:43:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14676 r14686 548 548 # Late Registration Fee 549 549 elif self.context.p_category == 'late_registration': 550 self.pay_item_id = '123' 550 if contr_agreement_student(student) == 'first': 551 self.pay_item_id = '113' 552 else: 553 self.pay_item_id = '123' 551 554 xmldict['institution_acct'] = '1010835352' 552 555 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.