Ignore:
Timestamp:
15 Dec 2015, 10:41:23 (9 years ago)
Author:
Henrik Bettermann
Message:

Mangle all course values (needed for transcript application in AAUE).

File:
1 edited

Legend:

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

    r13216 r13542  
    9090        to avoid annoying automatic number transformation by Excel or Calc.
    9191        """
    92         if name in (
    93             'course1', 'course2', 'course_admitted') and value is not None:
     92        if name.startswith('course') and value is not None:
    9493            value = value.code
    9594        #elif name == 'school_grades':
Note: See TracChangeset for help on using the changeset viewer.