Changeset 8376 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 7 May 2012, 05:57:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r8371 r8376 47 47 by Excel or Calc. 48 48 """ 49 if name == 'date_of_birth' :49 if name == 'date_of_birth' and value is not None: 50 50 value = str(value) + '#' 51 51 return super(
Note: See TracChangeset for help on using the changeset viewer.