Ignore:
Timestamp:
23 Jul 2023, 16:26:38 (14 months ago)
Author:
Henrik Bettermann
Message:

Fix splitting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r17508 r17509  
    337337                        if  item[1].startswith('100_') and student.state == CLEARED:
    338338                            # first year payment only
    339                             item_amt = 100 * int(item.split('_')[1])
     339                            item_amt = 100 * int(item[1].split('_')[1])
    340340                        else:
    341341                            item_amt = 100 * int(item[1])
Note: See TracChangeset for help on using the changeset viewer.