Changeset 17775


Ignore:
Timestamp:
13 May 2024, 10:22:54 (4 months ago)
Author:
Henrik Bettermann
Message:

Customize ApplicantRefereeReportProcessor?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/batching.py

    r15563 r17775  
    1919"""
    2020from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor
    21 from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor
     21from waeup.kofa.applicants.batching import (
     22    ApplicantOnlinePaymentProcessor, ApplicantRefereeReportProcessor)
    2223from kofacustom.iuokada.applicants.interfaces import (
    2324    ICustomApplicant,
    2425    ICustomApplicantUpdateByRegNo,
    25     ICustomApplicantOnlinePayment
     26    ICustomApplicantOnlinePayment,
     27    ICustomApplicantRefereeReport
    2628    )
    2729
     
    3537    """
    3638    iface = ICustomApplicantOnlinePayment
     39
     40class CustomApplicantRefereeReportProcessor(ApplicantRefereeReportProcessor):
     41    """A batch processor for ICustomStudentOnlinePayment objects.
     42    """
     43    iface = ICustomApplicantRefereeReport
Note: See TracChangeset for help on using the changeset viewer.