Ignore:
Timestamp:
29 Feb 2020, 08:35:32 (5 years ago)
Author:
Henrik Bettermann
Message:

Configure fab_lab fee.

File:
1 edited

Legend:

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

    r16003 r16021  
    630630                gateway_net_amt(self.context.amount_auth))
    631631
     632        # Faculty Laboratory Due
     633        elif self.context.p_category == 'fab_lab':
     634            xmldict['institution_acct'] = '1016425386'
     635            xmldict['institution_bank_id'] = '117'
     636            self.pay_item_id = '117'
     637            xmldict['institution_amt'] = 100 * (
     638                gateway_net_amt(self.context.amount_auth))
     639
    632640        # Sports Fee
    633641        #elif self.context.p_category == 'sports':
Note: See TracChangeset for help on using the changeset viewer.