Changeset 16431 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 25 Mar 2021, 09:45:54 (4 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r16327 r16431 819 819 self.redirect(self.url(self.context)) 820 820 return 821 if getattr(self.context, 'p_option', None): 822 payment.p_option = self.context.p_option 821 823 self.context[payment.p_id] = payment 822 824 self.context.writeLogMessage(self, 'added: %s' % payment.p_id) -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py
r16069 r16431 162 162 IApplicantOnlinePayment, 163 163 exclude_attribs=False, 164 omit=['display_item' ]))) + (164 omit=['display_item', 'p_option']))) + ( 165 165 'applicant_id', 166 166 'reg_number',
Note: See TracChangeset for help on using the changeset viewer.