Ignore:
Timestamp:
28 Feb 2022, 11:59:15 (3 years ago)
Author:
Henrik Bettermann
Message:

Extend exporter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py

    r16318 r16843  
    2626    INigeriaUGApplicant, INigeriaPGApplicant, IBankAccount)
    2727from waeup.uniben.applicants.interfaces import (
    28     IUnibenRegistration, ITranscriptApplicant)
     28    IUnibenRegistration, ITranscriptApplicant, IFrenchApplicant)
    2929
    3030class CustomApplicantExporter(NigeriaApplicantExporter):
     
    3838        iface_names(IUnibenRegistration) +
    3939        iface_names(ITranscriptApplicant) +
     40        iface_names(IFrenchApplicant) +
    4041        iface_names(IBankAccount)
    4142        ))) + (
Note: See TracChangeset for help on using the changeset viewer.