Changeset 16799


Ignore:
Timestamp:
11 Feb 2022, 09:48:16 (3 years ago)
Author:
Henrik Bettermann
Message:

Configure Lab. Maintenance Levy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r16794 r16799  
    394394            xmldict['amt1'] = 100 * 1000
    395395            xmldict['amt2'] = 100 * 1000
     396            xmldict['amt3'] = 100 * 500
    396397            xmltext = """<payment_item_detail>
    397398<item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
    398399<item_detail item_id="1" item_name="MCN Dues" item_amt="%(amt1)d" bank_id="11" acct_num="0010789213" />
    399400<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" />
    400402</item_details>
    401403</payment_item_detail>""" % xmldict
Note: See TracChangeset for help on using the changeset viewer.