- Timestamp:
- 12 Feb 2025, 01:22:42 (43 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r17964 r18014 138 138 if not applicant.charge: 139 139 return _(u'No transcript charge selected.') 140 if 'deprecated' in DESTINATION_COST[applicant.charge][0]: 141 return _(u'This fee is outdated. Please select the current ranscript charge.') 140 142 cost = DESTINATION_COST[applicant.charge][1] 141 143 payment.amount_auth = applicant.no_copies * cost
Note: See TracChangeset for help on using the changeset viewer.