Changeset 14902 for main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Timestamp:
- 17 Nov 2017, 16:12:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r14691 r14902 93 93 elif student.current_mode[-3:] in ('_pt', '_sw'): 94 94 self.pay_item_id = '5701' 95 elif student. faccode == 'JUPEB':95 elif student.is_jupeb: 96 96 self.pay_item_id = '5718' 97 97 #xmldict['institution_acct'] = '0025186411' … … 99 99 elif self.context.p_category == 'clearance': 100 100 self.pay_item_id = '5702' 101 if student. faccode == 'JUPEB':101 if student.is_jupeb: 102 102 self.pay_item_id = '5722' 103 103 provider_amt = self.dynamic_provider_amt(student)
Note: See TracChangeset for help on using the changeset viewer.