Changeset 15693


Ignore:
Timestamp:
18 Oct 2019, 18:55:49 (5 years ago)
Author:
Henrik Bettermann
Message:

Add field.

File:
1 edited

Legend:

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

    r15531 r15693  
    921921        )
    922922
     923    document_type = schema.Choice(
     924        title = _(u'Document Type'),
     925        vocabulary = document_types_vocab,
     926        required = True,
     927        )
     928
    923929class ICustomApplicant(ICustomUGApplicant, ICustomPGApplicant,
    924930                       ITranscriptApplicant, ICertificateRequest,
Note: See TracChangeset for help on using the changeset viewer.