Ignore:
Timestamp:
20 Jul 2020, 12:29:49 (4 years ago)
Author:
Henrik Bettermann
Message:

Fix condition.

File:
1 edited

Legend:

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

    r16164 r16173  
    129129                payment.amount_auth += REGISTRATION_CATS[cat][1]
    130130            return
    131         elif applicant.container_code.startswith('trans'):
     131        elif applicant.container_code.startswith('tsc'):
    132132            cost = DESTINATION_COST[applicant.charge][1]
    133133            payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.