Changeset 9990 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 24 Feb 2013, 17:45:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/payment.py
r8931 r9990 41 41 return 42 42 43 CustomApplicantOnlinePayment = attrs_to_fields(CustomApplicantOnlinePayment) 43 CustomApplicantOnlinePayment = attrs_to_fields( 44 CustomApplicantOnlinePayment, omit=['display_item']) 44 45 45 46 # Applicant online payments must be importable. So we might need a factory.
Note: See TracChangeset for help on using the changeset viewer.