Changeset 15515 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 24 Jul 2019, 20:41:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/export.py
r15514 r15515 66 66 if name in ('course1', 'course2') and context is not None: 67 67 applicant = context.__parent__ 68 value = getattr( applicant, name.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.