Ignore:
Timestamp:
3 Oct 2012, 20:46:34 (12 years ago)
Author:
Henrik Bettermann
Message:

Check if new verdict is provided.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py

    r9161 r9282  
    732732        if obj.student.state != VALIDATED:
    733733            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.'
    734737        return None
    735738
Note: See TracChangeset for help on using the changeset viewer.