Changeset 16944
- Timestamp:
- 2 May 2022, 07:02:21 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16943 r16944 410 410 if student.entry_session >= 2021 and student.current_mode == 'ug_ft': 411 411 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" />""" % xmldict412 <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 413 413 xmltext += """" 414 414 </item_details> … … 722 722 itemlist = xmldoc.getElementsByTagName('item_detail') 723 723 for s in itemlist: 724 xmlitems += "%s: %s, %s %s, %s (%s) " % (724 xmlitems += "%s: %s, %s %s, %s (%s) " % ( 725 725 s.attributes['item_id'].value, 726 726 s.attributes['item_name'].value,
Note: See TracChangeset for help on using the changeset viewer.