- Timestamp:
- 13 May 2024, 10:22:54 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/batching.py
r15563 r17775 19 19 """ 20 20 from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor 21 from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor 21 from waeup.kofa.applicants.batching import ( 22 ApplicantOnlinePaymentProcessor, ApplicantRefereeReportProcessor) 22 23 from kofacustom.iuokada.applicants.interfaces import ( 23 24 ICustomApplicant, 24 25 ICustomApplicantUpdateByRegNo, 25 ICustomApplicantOnlinePayment 26 ICustomApplicantOnlinePayment, 27 ICustomApplicantRefereeReport 26 28 ) 27 29 … … 35 37 """ 36 38 iface = ICustomApplicantOnlinePayment 39 40 class CustomApplicantRefereeReportProcessor(ApplicantRefereeReportProcessor): 41 """A batch processor for ICustomStudentOnlinePayment objects. 42 """ 43 iface = ICustomApplicantRefereeReport
Note: See TracChangeset for help on using the changeset viewer.