- Timestamp:
- 15 Jul 2020, 06:25:56 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py
r16165 r16166 126 126 payment.p_category = applicant.special_application 127 127 return 128 elif applicant.container_code.startswith('t rans'):128 elif applicant.container_code.startswith('tsc'): 129 129 cost = DESTINATION_COST[applicant.charge][1] 130 130 payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.