Changeset 16620 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 16 Sep 2021, 10:13:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r16611 r16620 665 665 #: A tuple containing the names of registration states in which changing of 666 666 #: scanned signatures is allowed. 667 SIGNATURE_CHANGE_STATES = ( ADMITTED, CLEARANCE, REQUESTED, CLEARED)667 SIGNATURE_CHANGE_STATES = (CLEARED, RETURNING, PAID, REGISTERED, VALIDATED, ) 668 668 669 669 # Uniben prefix
Note: See TracChangeset for help on using the changeset viewer.