Changeset 15693 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 18 Oct 2019, 18:55:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r15531 r15693 921 921 ) 922 922 923 document_type = schema.Choice( 924 title = _(u'Document Type'), 925 vocabulary = document_types_vocab, 926 required = True, 927 ) 928 923 929 class ICustomApplicant(ICustomUGApplicant, ICustomPGApplicant, 924 930 ITranscriptApplicant, ICertificateRequest,
Note: See TracChangeset for help on using the changeset viewer.