Changeset 15350 for main/kofacustom.dspg


Ignore:
Timestamp:
11 Mar 2019, 19:12:53 (6 years ago)
Author:
Henrik Bettermann
Message:

Set bank account.

File:
1 edited

Legend:

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

    r15323 r15350  
    187187            xmldict['institution_acct'] = '2011810353'
    188188            xmldict['institution_bank_id'] = '8'
     189        elif self.context.p_category == 'lsfp_penalty':
     190            self.pay_item_id = '102'
     191            xmldict['institution_acct'] = '1012808851'
     192            xmldict['institution_bank_id'] = '117'
    189193        elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
    190194            self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.