Ignore:
Timestamp:
2 Dec 2016, 10:34:05 (8 years ago)
Author:
Henrik Bettermann
Message:

Add 'certificate request' components.

File:
1 edited

Legend:

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

    r13980 r14304  
    2525    INigeriaUGApplicant, INigeriaPGApplicant)
    2626from waeup.aaue.applicants.interfaces import (
    27     ICustomUGApplicant, ITranscriptApplicant)
     27    ICustomUGApplicant, ITranscriptApplicant, ICertificateRequest)
    2828
    2929class CustomApplicantExporter(NigeriaApplicantExporter):
     
    3636        iface_names(INigeriaPGApplicant) +
    3737        iface_names(IApplicantBaseData) +
    38         iface_names(ITranscriptApplicant)
     38        iface_names(ITranscriptApplicant) +
     39        iface_names(ICertificateRequest)
    3940        ))) + (
    4041        'password', 'state', 'history', 'container_code', 'application_number',
Note: See TracChangeset for help on using the changeset viewer.