- Timestamp:
- 20 Feb 2020, 13:06:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r15939 r16008 93 93 provider_amt = 0.0 94 94 self.pay_item_id = '8304' 95 if self.context.p_item == 'Balance' :95 if self.context.p_item == 'Balance' or self.context.p_category == 'third_semester': 96 96 provider_amt = 0.0 97 97 xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.