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