- Timestamp:
- 14 Apr 2022, 10:26:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/batching.py
r15829 r16923 31 31 iface_byregnumber = ICustomApplicantUpdateByRegNo 32 32 33 @property 34 def required_fields(self): 35 """ 36 """ 37 result = super(CustomApplicantProcessor, self).required_fields 38 result.remove('subj_comb') 39 result.remove('school') 40 return result 41 33 42 class CustomApplicantOnlinePaymentProcessor(ApplicantOnlinePaymentProcessor): 34 43 """A batch processor for ICustomStudentOnlinePayment objects.
Note: See TracChangeset for help on using the changeset viewer.