Changeset 9631 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 14 Nov 2012, 09:09:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r9479 r9631 780 780 if row['current_verdict'] in (IGNORE_MARKER, ''): 781 781 return 'No verdict in import file.' 782 # Check if studylevel exists #782 # Check if studylevel exists 783 783 level_string = str(obj.current_level) 784 784 if obj.get(level_string) is None:
Note: See TracChangeset for help on using the changeset viewer.