Ignore:
Timestamp:
22 Jan 2018, 22:48:02 (7 years ago)
Author:
Henrik Bettermann
Message:

Configure Gown Hire Fee.

File:
1 edited

Legend:

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

    r14940 r14942  
    150150                xmldict['institution_acct'] = '2004402644'
    151151                xmldict['institution_bank_id'] = '8'
     152        elif self.context.p_category == 'gown':
     153            self.pay_item_id = '102' # We use school fee item id.
     154            xmldict['institution_acct'] = '2006612782'
     155            xmldict['institution_bank_id'] = '8'
    152156        elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
    153157            self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.