Ignore:
Timestamp:
27 Aug 2020, 14:57:04 (4 years ago)
Author:
Henrik Bettermann
Message:

Catch system error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r16199 r16216  
    130130            return
    131131        elif applicant.container_code.startswith('tsc'):
     132            if not applicant.charge:
     133                return _(u'No transcript charge selected.')
    132134            cost = DESTINATION_COST[applicant.charge][1]
    133135            payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.