Changeset 16799 for main/kofacustom.dspg
- Timestamp:
- 11 Feb 2022, 09:48:16 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16794 r16799 394 394 xmldict['amt1'] = 100 * 1000 395 395 xmldict['amt2'] = 100 * 1000 396 xmldict['amt3'] = 100 * 500 396 397 xmltext = """<payment_item_detail> 397 398 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> 398 399 <item_detail item_id="1" item_name="MCN Dues" item_amt="%(amt1)d" bank_id="11" acct_num="0010789213" /> 399 400 <item_detail item_id="2" item_name="AMCOS" item_amt="%(amt2)d" bank_id="8" acct_num="3020253234" /> 401 <item_detail item_id="3" item_name="Lab. Maintenance Levy" item_amt="%(amt3)d" bank_id="11" acct_num="0040467901" /> 400 402 </item_details> 401 403 </payment_item_detail>""" % xmldict
Note: See TracChangeset for help on using the changeset viewer.