Changeset 18019
- Timestamp:
- 12 Feb 2025, 17:50:45 (4 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r18015 r18019 505 505 if applicant.order == 'c' and not applicant.charge.startswith('cert_'): 506 506 raise Invalid(_("You've selected the wrong transcript charge.")) 507 if applicant.charge not in ('inter2', 'local'): 508 raise Invalid(_("This fee is deprecated. Please select a current transcript charge.")) 507 509 508 510 class IFrenchApplicant(IKofaObject):
Note: See TracChangeset for help on using the changeset viewer.