Ignore:
Timestamp:
17 Aug 2024, 12:43:09 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Add transcript payment categories.

File:
1 edited

Legend:

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

    r17891 r17894  
    145145            xmldict['institution_acct'] = '1005399320'
    146146            xmldict['institution_bank_id'] = '8'
    147         elif self.context.p_category == 'transcript':
     147        elif self.context.p_category.startswith('transcript'):
    148148            xmldict['institution_acct'] = '0010494552'
    149149            xmldict['institution_bank_id'] = '129'
Note: See TracChangeset for help on using the changeset viewer.