Changeset 15516 for main/kofacustom.dspg/trunk
- Timestamp:
- 24 Jul 2019, 20:42:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/export.py
r15515 r15516 66 66 if name in ('course1', 'course2') and context is not None: 67 67 applicant = context.__parent__ 68 value = getattr(getattr(applicant, name, None), code, None)68 value = getattr(getattr(applicant, name, None), 'code', None) 69 69 return super( 70 70 CustomApplicantPaymentExporter, self).mangle_value(
Note: See TracChangeset for help on using the changeset viewer.