Changeset 13253 for main/waeup.kofa/trunk
- Timestamp:
- 6 Sep 2015, 09:50:16 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r13156 r13253 63 63 code = kw.get('code', None) 64 64 level = kw.get('level', None) 65 level_session = kw.get(' level_session', None)65 level_session = kw.get('session', None) 66 66 if code is None: 67 67 for level_obj in get_levels(students): … … 324 324 catalog. It searches for students in the course tickets catalog and 325 325 exports those course tickets which belong to the given course code and 326 also meet level and level_session passed through at the same time.326 also meet level and (level_)session passed through at the same time. 327 327 This happens if the exporter is called at course level in the academic 328 328 section.
Note: See TracChangeset for help on using the changeset viewer.