- Timestamp:
- 23 Jul 2023, 16:26:38 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17508 r17509 337 337 if item[1].startswith('100_') and student.state == CLEARED: 338 338 # first year payment only 339 item_amt = 100 * int(item .split('_')[1])339 item_amt = 100 * int(item[1].split('_')[1]) 340 340 else: 341 341 item_amt = 100 * int(item[1])
Note: See TracChangeset for help on using the changeset viewer.