Ignore:
Timestamp:
2 May 2022, 07:02:21 (2 years ago)
Author:
Henrik Bettermann
Message:

Fix ExpatError?

File:
1 edited

Legend:

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

    r16943 r16944  
    410410                    if student.entry_session >= 2021 and student.current_mode == 'ug_ft':
    411411                        xmltext += """"
    412 <item_detail item_id="9" item_name="LMS + Sundry Fees" item_amt="%(lms_sund_amt)d" bank_id=""%(institution_bank_id)s" acct_num="%(institution_acct)s" />""" % xmldict
     412<item_detail item_id="9" item_name="LMS plus Sundry Fees" item_amt="%(lms_sund_amt)d" bank_id="%(institution_bank_id)s" acct_num="%(institution_acct)s" />""" % xmldict
    413413                    xmltext += """"
    414414</item_details>
     
    722722        itemlist = xmldoc.getElementsByTagName('item_detail')
    723723        for s in itemlist:
    724             xmlitems += "%s: %s, %s%s, %s (%s)  " % (
     724            xmlitems += "%s: %s, %s %s, %s (%s)  " % (
    725725                s.attributes['item_id'].value,
    726726                s.attributes['item_name'].value,
Note: See TracChangeset for help on using the changeset viewer.