Ignore:
Timestamp:
1 Apr 2019, 08:22:56 (6 years ago)
Author:
Henrik Bettermann
Message:

No additional fees for bridge acceptance fee payments.

File:
1 edited

Legend:

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

    r15359 r15374  
    372372                    self.pay_item_id = '120'
    373373
     374            if student.current_mode == 'bridge':
     375                # Clearance without any surcharge
     376                xmldict['institution_amt'] = 100 * gateway_net_amt(
     377                    self.context.amount_auth)
     378                xmltext = """<payment_item_detail>
     379<item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
     380<item_detail item_id="1" item_name="%(institution_item_name)s" item_amt="%(institution_amt)d" bank_id="%(institution_bank_id)s" acct_num="%(institution_acct)s" />
     381</item_details>
     382</payment_item_detail>""" % xmldict
     383
    374384            if self.context.p_category.endswith('_incl'):
    375385                # Clearance including additional fees
Note: See TracChangeset for help on using the changeset viewer.