- Timestamp:
- 12 Oct 2020, 17:52:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/applicant.py
r16279 r16282 204 204 for item in mapping: 205 205 if item[0] == 'email': 206 # The field type in the application section might be 207 # TextLineChoice to guarantee uniqueness of email addresses. 206 208 setattr(student, item[1], str(getattr(self, item[0], None))) 207 209 else:
Note: See TracChangeset for help on using the changeset viewer.