Ignore:
Timestamp:
31 Aug 2017, 21:42:53 (7 years ago)
Author:
Henrik Bettermann
Message:

Catch traceback.

File:
1 edited

Legend:

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

    r14830 r14832  
    196196        if applicant.__parent__.prefix.startswith('dp'):
    197197            return '2066963437'
    198         if applicant.__parent__.prefix.startswith('pg','spft'):
     198        if applicant.__parent__.prefix in ('spft', ):
    199199            return '2067086388'
    200200        if applicant.__parent__.prefix == 'pre':
Note: See TracChangeset for help on using the changeset viewer.