Ignore:
Timestamp:
14 Apr 2022, 10:26:20 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove some elements from required_fields list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/batching.py

    r15829 r16923  
    3131    iface_byregnumber = ICustomApplicantUpdateByRegNo
    3232
     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
    3342class CustomApplicantOnlinePaymentProcessor(ApplicantOnlinePaymentProcessor):
    3443    """A batch processor for ICustomStudentOnlinePayment objects.
Note: See TracChangeset for help on using the changeset viewer.