Ignore:
Timestamp:
3 Jan 2023, 17:40:18 (21 months ago)
Author:
Henrik Bettermann
Message:

Add ExportPDFTishipSlip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/interfaces.py

    r16509 r17255  
    215215        )
    216216
     217
     218    # Tiship form
     219
     220    genotype = schema.TextLine(
     221        title = _(u'Genotype'),
     222        required = False,
     223        )
     224
     225    bloodgroup = schema.TextLine(
     226        title = _(u'Blood Group'),
     227        required = False,
     228        )
     229
    217230class ICustomStudentPersonal(INigeriaStudentPersonal):
    218231    """Student personal data.
Note: See TracChangeset for help on using the changeset viewer.