- Timestamp:
- 3 Oct 2012, 20:46:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r9161 r9282 732 732 if obj.student.state != VALIDATED: 733 733 return 'Student in wrong state.' 734 # Check if new verdict is provided 735 if row['current_verdict'] in (IGNORE_MARKER, ''): 736 return 'Verdict is missing.' 734 737 return None 735 738
Note: See TracChangeset for help on using the changeset viewer.