Ignore:
Timestamp:
4 Feb 2020, 09:50:05 (5 years ago)
Author:
Henrik Bettermann
Message:

Combine sports and library fees.

File:
1 edited

Legend:

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

    r15976 r15978  
    631631
    632632        # Sports Fee
    633         elif self.context.p_category == 'sports':
     633        #elif self.context.p_category == 'sports':
     634        #    self.pay_item_id = '105'
     635        #    xmldict['institution_amt'] = 100 * (
     636        #        gateway_net_amt(self.context.amount_auth))
     637
     638        # Library Fee
     639        #elif self.context.p_category == 'library':
     640        #    self.pay_item_id = '105'
     641        #    xmldict['institution_amt'] = 100 * (
     642        #        gateway_net_amt(self.context.amount_auth))
     643
     644        # Library PG Fee
     645        #elif self.context.p_category == 'library_pg':
     646        #    self.pay_item_id = '105'
     647        #    xmldict['institution_amt'] = 100 * (
     648        #        gateway_net_amt(self.context.amount_auth))
     649
     650        # Sports & Library Fee
     651        elif self.context.p_category == 'sports_library':
    634652            self.pay_item_id = '105'
    635653            xmldict['institution_amt'] = 100 * (
    636654                gateway_net_amt(self.context.amount_auth))
    637655
    638         # Library Fee
    639         elif self.context.p_category == 'library':
    640             self.pay_item_id = '105'
    641             xmldict['institution_amt'] = 100 * (
    642                 gateway_net_amt(self.context.amount_auth))
    643 
    644         # Library PG Fee
    645         elif self.context.p_category == 'library_pg':
    646             self.pay_item_id = '105'
    647             xmldict['institution_amt'] = 100 * (
    648                 gateway_net_amt(self.context.amount_auth))
    649656
    650657        # Late Registration Fee
Note: See TracChangeset for help on using the changeset viewer.