Ignore:
Timestamp:
3 Jul 2020, 07:11:31 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement transcript application.

File:
1 edited

Legend:

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

    r16068 r16142  
    2828from kofacustom.iuokada.applicants.interfaces import(
    2929    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit,
    30     IPUTMEApplicantEdit, ICustomApplicantRefereeReport)
     30    IPUTMEApplicantEdit, ICustomApplicantRefereeReport, ITranscriptApplicant)
    3131
    3232class CustomApplicant(NigeriaApplicant):
    3333
    3434    grok.implements(ICustomApplicant, ICustomUGApplicantEdit,
    35         ICustomPGApplicantEdit, IPUTMEApplicantEdit)
     35        ICustomPGApplicantEdit, IPUTMEApplicantEdit, ITranscriptApplicant)
    3636    grok.provides(ICustomApplicant)
    3737
Note: See TracChangeset for help on using the changeset viewer.