- Timestamp:
- 9 Oct 2020, 07:07:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/interfaces.py
r16272 r16273 30 30 ) 31 31 from kofacustom.iuokada.payments.interfaces import ICustomOnlinePayment 32 from kofacustom.iuokada.applicants.interfaces import sponsors_vocab 32 33 from kofacustom.iuokada.interfaces import MessageFactory as _ 33 34 … … 46 47 title = _(u'Library Id Card'), 47 48 default = False, 49 required = False, 50 ) 51 sponsor = schema.Choice( 52 title = _(u'Sponsor'), 53 vocabulary = sponsors_vocab, 48 54 required = False, 49 55 )
Note: See TracChangeset for help on using the changeset viewer.