Ignore:
Timestamp:
4 May 2020, 06:42:28 (5 years ago)
Author:
Henrik Bettermann
Message:

Change payment categories.

File:
1 edited

Legend:

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

    r16021 r16080  
    631631
    632632        # Faculty Laboratory Due
    633         elif self.context.p_category == 'fab_lab':
     633        elif self.context.p_category in ('lab_1', 'lab_2'):
    634634            xmldict['institution_acct'] = '1016425386'
    635635            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.