Changeset 8381 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 7 May 2012, 10:37:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r8377 r8381 77 77 78 78 def mangle_value(self, value, name, context=None): 79 # Add the hash symbol at the end of dates.80 # This is to avoid annoying automatic date transformation81 # by Excel or Calc.82 if name in ('date_of_birth', 'emp_start', 'emp_end',83 'emp2_start', 'emp2_end') and value is not None:84 value = str(value) + '#'85 79 if name in ( 86 80 'course1', 'course2', 'course_admitted') and value is not None:
Note: See TracChangeset for help on using the changeset viewer.