Changeset 16351
- Timestamp:
- 8 Dec 2020, 20:41:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r16333 r16351 502 502 if context is not None: 503 503 student = context.student 504 if name in ['student_id','state', 504 if name in ['student_id','state','entry_session', 505 505 'current_session'] and student is not None: 506 506 value = getattr(student, name, None)
Note: See TracChangeset for help on using the changeset viewer.