Ignore:
Timestamp:
6 Jul 2022, 11:38:52 (2 years ago)
Author:
Henrik Bettermann
Message:

Configure registration form.

File:
1 edited

Legend:

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

    r16983 r16997  
    2222from waeup.kofa.utils.helpers import iface_names
    2323from kofacustom.nigeria.applicants.export import NigeriaApplicantExporter
    24 from kofacustom.nigeria.applicants.interfaces import (
    25     INigeriaUGApplicant, INigeriaPGApplicant)
    2624from kofacustom.lpng.applicants.interfaces import (
    27     ICustomUGApplicant, ICustomPGApplicant)
     25    ICustomApplicant,)
    2826
    2927class CustomApplicantExporter(NigeriaApplicantExporter):
     
    3230
    3331    fields = tuple(sorted(set(
    34         iface_names(ICustomUGApplicant) +
    35         iface_names(ICustomPGApplicant) +
    36         iface_names(INigeriaUGApplicant) +
    37         iface_names(INigeriaPGApplicant) +
     32        iface_names(ICustomApplicant) +
    3833        iface_names(IApplicantBaseData)
    3934        ))) + (
Note: See TracChangeset for help on using the changeset viewer.