- Timestamp:
- 15 Mar 2024, 12:57:36 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/applicant.py
r16786 r17719 29 29 ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit, 30 30 IPUTMEApplicantEdit, ITranscriptApplicant, ICertificateRequest, 31 IFedexRequest, IRecruitment, ICustomApplicantRefereeReport) 31 IFedexRequest, IRecruitment, ICustomApplicantRefereeReport, 32 IResultReissuanceRequest) 32 33 33 34 class CustomApplicant(NigeriaApplicant): … … 36 37 ICustomPGApplicantEdit, IPUTMEApplicantEdit, 37 38 ITranscriptApplicant, ICertificateRequest, 38 IFedexRequest, IRecruitment) 39 IFedexRequest, IRecruitment, 40 IResultReissuanceRequest) 39 41 grok.provides(ICustomApplicant) 40 42
Note: See TracChangeset for help on using the changeset viewer.