Changeset 18019


Ignore:
Timestamp:
12 Feb 2025, 17:50:45 (4 hours ago)
Author:
Henrik Bettermann
Message:

Do not allow to select deprecated fees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py

    r18015 r18019  
    505505        if applicant.order == 'c' and not applicant.charge.startswith('cert_'):
    506506            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."))
    507509
    508510class IFrenchApplicant(IKofaObject):
Note: See TracChangeset for help on using the changeset viewer.