Changeset 12180 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 9 Dec 2014, 05:21:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r11891 r12180 77 77 if 'state' in headerfields and 'transition' in headerfields: 78 78 raise FatalCSVError( 79 "State and transition can't be 79 "State and transition can't be imported at the same time!") 80 80 if not 'reg_number' in headerfields and not 'student_id' \ 81 81 in headerfields and not 'matric_number' in headerfields:
Note: See TracChangeset for help on using the changeset viewer.