Ignore:
Timestamp:
15 Jul 2020, 06:25:56 (4 years ago)
Author:
Henrik Bettermann
Message:

Fix setPaymentDetails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py

    r16165 r16166  
    126126                payment.p_category = applicant.special_application
    127127            return
    128         elif applicant.container_code.startswith('trans'):
     128        elif applicant.container_code.startswith('tsc'):
    129129            cost = DESTINATION_COST[applicant.charge][1]
    130130            payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.