Ignore:
Timestamp:
8 Dec 2020, 20:41:38 (4 years ago)
Author:
Henrik Bettermann
Message:

Mangle entry_session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/export.py

    r16333 r16351  
    502502        if context is not None:
    503503            student = context.student
    504             if name in ['student_id','state',
     504            if name in ['student_id','state','entry_session',
    505505                        'current_session'] and student is not None:
    506506                value = getattr(student, name, None)
Note: See TracChangeset for help on using the changeset viewer.