Changeset 15156 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 20 Sep 2018, 07:12:08 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r13968 r15156 95 95 # value = [eval(entry.to_string()) for entry in value] 96 96 elif name == 'history': 97 value = value.messages97 value = getattr(value, 'messages', None) 98 98 elif name == 'phone' and value is not None: 99 99 # Append hash '#' to phone numbers to circumvent
Note: See TracChangeset for help on using the changeset viewer.