Changeset 16226 for main/waeup.uniben/trunk
- Timestamp:
- 7 Sep 2020, 07:30:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r16216 r16226 134 134 cost = DESTINATION_COST[applicant.charge][1] 135 135 payment.amount_auth = applicant.no_copies * cost 136 payment.p_category = ' application'136 payment.p_category = 'transcript' 137 137 return 138 138 else:
Note: See TracChangeset for help on using the changeset viewer.