Ignore:
Timestamp:
14 Nov 2012, 09:09:14 (12 years ago)
Author:
Henrik Bettermann
Message:

Display faculty and department in search result tables.

File:
1 edited

Legend:

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

    r9479 r9631  
    780780        if row['current_verdict'] in (IGNORE_MARKER, ''):
    781781            return 'No verdict in import file.'
    782         # Check if studylevel exists#
     782        # Check if studylevel exists
    783783        level_string = str(obj.current_level)
    784784        if obj.get(level_string) is None:
Note: See TracChangeset for help on using the changeset viewer.