Ignore:
Timestamp:
10 May 2024, 14:00:20 (4 months ago)
Author:
Henrik Bettermann
Message:

Add interface.

File:
1 edited

Legend:

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

    r16653 r17758  
    2727from kofacustom.iuokada.applicants.interfaces import (
    2828    ICustomUGApplicant, ICustomPGApplicant,
     29    ITranscriptApplicant,
    2930    ICustomApplicantRefereeReport)
    3031
     
    3839        iface_names(INigeriaUGApplicant) +
    3940        iface_names(INigeriaPGApplicant) +
    40         iface_names(IApplicantBaseData)
     41        iface_names(IApplicantBaseData) +
     42        iface_names(ITranscriptApplicant)
    4143        ))) + (
    4244        'password', 'state', 'history', 'container_code', 'application_number',
Note: See TracChangeset for help on using the changeset viewer.