Ignore:
Timestamp:
13 May 2024, 20:34:40 (4 months ago)
Author:
Henrik Bettermann
Message:

One interface should be enough.

File:
1 edited

Legend:

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

    r17392 r17778  
    2424from kofacustom.nigeria.applicants.export import NigeriaApplicantExporter
    2525from kofacustom.nigeria.applicants.interfaces import INigeriaUGApplicant
    26 from waeup.fceokene.applicants.interfaces import (
    27     ICustomUGApplicant, ITPURegistration, IUTPRegistration)
     26from waeup.fceokene.applicants.interfaces import ICustomApplicant
    2827from waeup.fceokene.applicants.schools_tpu import SCHOOLS_TPU
    2928from waeup.fceokene.applicants.schools_utp import SCHOOLS_UTP
     
    3332    """
    3433
    35     fields = tuple(sorted(set(
    36         iface_names(ICustomUGApplicant) +
    37         iface_names(INigeriaUGApplicant) +
    38         iface_names(IApplicantBaseData) +
    39         iface_names(ITPURegistration) +
    40         iface_names(IUTPRegistration)
    41         ))) + (
     34    fields = tuple(sorted(iface_names(ICustomApplicant))) + (
    4235        'password', 'state', 'history', 'container_code', 'application_number',
    4336        'display_fullname', 'application_date',)
Note: See TracChangeset for help on using the changeset viewer.