Ignore:
Timestamp:
6 Sep 2015, 09:50:16 (9 years ago)
Author:
Henrik Bettermann
Message:

Fix get_tickets, see Uniben ticket #1015.

File:
1 edited

Legend:

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

    r13156 r13253  
    6363    code = kw.get('code', None)
    6464    level = kw.get('level', None)
    65     level_session = kw.get('level_session', None)
     65    level_session = kw.get('session', None)
    6666    if code is None:
    6767        for level_obj in get_levels(students):
     
    324324    catalog. It searches for students in the course tickets catalog and
    325325    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.
    327327    This happens if the exporter is called at course level in the academic
    328328    section.
Note: See TracChangeset for help on using the changeset viewer.