Ignore:
Timestamp:
8 Sep 2020, 10:09:42 (4 years ago)
Author:
Henrik Bettermann
Message:

Change service type id for transcript application payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r16205 r16230  
    241241            return '1946882248'
    242242        if applicant.__parent__.prefix in ('pude','putme','cbt',
    243                                            'ab','ak','akj','ase',
    244                                            'tscs', 'tscf'):
     243                                           'ab','ak','akj','ase'):
    245244            return '2066965951'
     245        if applicant.__parent__.prefix in ('tscs', 'tscf'):
     246            return '698984179'
    246247        return ''
    247248
Note: See TracChangeset for help on using the changeset viewer.