Changeset 14724 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 24 Jul 2017, 13:28:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/batching.py
r13607 r14724 258 258 if mode == 'create': 259 259 if not 'faculty_code' in headerfields \ 260 andnot 'department_code' in headerfields :260 or not 'department_code' in headerfields : 261 261 raise FatalCSVError( 262 262 "Need at least columns faculty_code and department_code")
Note: See TracChangeset for help on using the changeset viewer.