Changeset 13542 for main/waeup.kofa/trunk/src
- Timestamp:
- 15 Dec 2015, 10:41:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r13216 r13542 90 90 to avoid annoying automatic number transformation by Excel or Calc. 91 91 """ 92 if name in ( 93 'course1', 'course2', 'course_admitted') and value is not None: 92 if name.startswith('course') and value is not None: 94 93 value = value.code 95 94 #elif name == 'school_grades':
Note: See TracChangeset for help on using the changeset viewer.