Ignore:
Timestamp:
16 Sep 2021, 10:13:43 (3 years ago)
Author:
Henrik Bettermann
Message:

Change states for signature upload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r16611 r16620  
    665665    #: A tuple containing the names of registration states in which changing of
    666666    #: scanned signatures is allowed.
    667     SIGNATURE_CHANGE_STATES = (ADMITTED, CLEARANCE, REQUESTED, CLEARED)
     667    SIGNATURE_CHANGE_STATES = (CLEARED, RETURNING, PAID, REGISTERED, VALIDATED, )
    668668
    669669    # Uniben prefix
Note: See TracChangeset for help on using the changeset viewer.