- Timestamp:
- 24 Jan 2020, 12:58:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r15950 r15951 563 563 564 564 applicant_id = schema.TextLine( 565 title = _(u'Applica ntId'),565 title = _(u'Application Id'), 566 566 required = False, 567 567 readonly = False, … … 722 722 723 723 applicant_id = schema.TextLine( 724 title = _(u'Applica ntId'),724 title = _(u'Application Id'), 725 725 required = False, 726 726 readonly = False, … … 837 837 838 838 applicant_id = schema.TextLine( 839 title = _(u'Applica ntId'),839 title = _(u'Application Id'), 840 840 required = False, 841 841 readonly = False, … … 916 916 917 917 applicant_id = schema.TextLine( 918 title = _(u'Applicant Id'), 919 required = False, 918 title = _(u'Application Id'), 919 required = False, 920 readonly = False, 921 ) 922 923 trans_id = schema.TextLine( 924 title = _(u'Id of Transcript Application'), 925 required = True, 920 926 readonly = False, 921 927 ) … … 1052 1058 class ICustomApplicant(ICustomUGApplicant, ICustomPGApplicant, 1053 1059 ITranscriptApplicant, ICertificateRequest, 1054 IVerificationRequest, ISendByEmailRequest): 1060 IVerificationRequest, ISendByEmailRequest, 1061 IFedexRequest): 1055 1062 """An interface for all types of applicants. 1056 1063
Note: See TracChangeset for help on using the changeset viewer.