Changeset 17157


Ignore:
Timestamp:
3 Nov 2022, 06:00:32 (23 months ago)
Author:
Henrik Bettermann
Message:

Add ‚present‘ field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/interfaces.py

    r16511 r17157  
    4949        required = False,
    5050        )
     51
    5152    sponsor = schema.Choice(
    5253        title = _(u'Sponsor'),
    5354        vocabulary = sponsors_vocab,
     55        required = False,
     56        )
     57   
     58    present = schema.Bool(
     59        title = _(u'Physically Present on Campus'),
     60        default = False,
    5461        required = False,
    5562        )
Note: See TracChangeset for help on using the changeset viewer.