Changeset 16467
- Timestamp:
- 20 Apr 2021, 06:09:14 (4 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r16465 r16467 4 4 1.7.1.dev0 (unreleased) 5 5 ======================= 6 7 * Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix). 6 8 7 9 * Enable managers to edit/remove all flash notices of students in a department. -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py
r16358 r16467 363 363 factory_name = 'waeup.ApplicantOnlinePayment' 364 364 365 location_fields = ['applicant_id', ]365 location_fields = ['applicant_id', 'p_id'] 366 366 367 367 @property
Note: See TracChangeset for help on using the changeset viewer.