Changeset 16021 for main/waeup.aaue


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

Configure fab_lab fee.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 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':
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16020 r16021  
    150150        #'library': 'Library Fee UG',
    151151        'sports_library': 'Sports Development and UG Library Fee',
     152        'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    152153        }
    153154
Note: See TracChangeset for help on using the changeset viewer.