Changeset 17508 for main/waeup.aaue


Ignore:
Timestamp:
23 Jul 2023, 15:24:50 (14 months ago)
Author:
Henrik Bettermann
Message:

… must start with 100_ and not 1_

File:
1 edited

Legend:

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

    r17495 r17508  
    335335                for item in sorted_items:
    336336                    try:
    337                         if  item[1].startswith('1_') and student.state == CLEARED:
     337                        if  item[1].startswith('100_') and student.state == CLEARED:
    338338                            # first year payment only
    339339                            item_amt = 100 * int(item.split('_')[1])
Note: See TracChangeset for help on using the changeset viewer.