Changeset 14687 for main/waeup.aaue/trunk/src
- Timestamp:
- 29 May 2017, 06:33:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14686 r14687 496 496 # GST Fees 497 497 elif self.context.p_category.startswith('gst_'): 498 self.pay_item_id = '116' 498 if contr_agreement_student(student) == 'first': 499 self.pay_item_id = '115' 500 else: 501 self.pay_item_id = '116' 499 502 xmldict['institution_acct'] = '1010893123' 500 503 xmldict['institution_bank_id'] = '117' … … 509 512 # ENT Fees 510 513 elif self.context.p_category.startswith('ent_'): 511 self.pay_item_id = '118' 514 if contr_agreement_student(student) == 'first': 515 self.pay_item_id = '114' 516 else: 517 self.pay_item_id = '118' 512 518 xmldict['institution_acct'] = '6220029828' 513 519 xmldict['institution_bank_id'] = '51'
Note: See TracChangeset for help on using the changeset viewer.