Changeset 17758 for main/kofacustom.iuokada
- Timestamp:
- 10 May 2024, 14:00:20 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/export.py
r16653 r17758 27 27 from kofacustom.iuokada.applicants.interfaces import ( 28 28 ICustomUGApplicant, ICustomPGApplicant, 29 ITranscriptApplicant, 29 30 ICustomApplicantRefereeReport) 30 31 … … 38 39 iface_names(INigeriaUGApplicant) + 39 40 iface_names(INigeriaPGApplicant) + 40 iface_names(IApplicantBaseData) 41 iface_names(IApplicantBaseData) + 42 iface_names(ITranscriptApplicant) 41 43 ))) + ( 42 44 'password', 'state', 'history', 'container_code', 'application_number',
Note: See TracChangeset for help on using the changeset viewer.