Changeset 16956 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 25 May 2022, 06:49:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/export.py
r16786 r16956 26 26 INigeriaUGApplicant, INigeriaPGApplicant) 27 27 from waeup.aaue.applicants.interfaces import ( 28 ICustomUGApplicant, ITranscriptApplicant, ICertificateRequest, 29 ICustomApplicantRefereeReport) 28 ICustomUGApplicant, 29 ITranscriptApplicant, 30 ICertificateRequest, 31 ICustomApplicantRefereeReport, 32 IVerificationRequest, 33 IFedexRequest, 34 IRecruitment, 35 ISendByEmailRequest) 30 36 31 37 class CustomApplicantExporter(NigeriaApplicantExporter): 32 """Exporter for NigeriaApplicants.38 """Exporter for AAUE Applicants. 33 39 """ 34 40 … … 39 45 iface_names(IApplicantBaseData) + 40 46 iface_names(ITranscriptApplicant) + 41 iface_names(ICertificateRequest) 47 iface_names(ICertificateRequest) + 48 iface_names(IVerificationRequest) + 49 iface_names(IFedexRequest) + 50 iface_names(IRecruitment) + 51 iface_names(ISendByEmailRequest) 42 52 ))) + ( 43 53 'password', 'state', 'history', 'container_code', 'application_number',
Note: See TracChangeset for help on using the changeset viewer.