Changeset 16173 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 20 Jul 2020, 12:29:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r16164 r16173 129 129 payment.amount_auth += REGISTRATION_CATS[cat][1] 130 130 return 131 elif applicant.container_code.startswith('t rans'):131 elif applicant.container_code.startswith('tsc'): 132 132 cost = DESTINATION_COST[applicant.charge][1] 133 133 payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.