Ignore:
Timestamp:
14 Oct 2018, 16:48:34 (6 years ago)
Author:
Henrik Bettermann
Message:

Add two fields to ICustomSpecialApplicant and export these fields too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/interfaces.py

    r14865 r15186  
    291291        )
    292292
     293    matric_number = schema.TextLine(
     294        title = _(u'Matric Number'),
     295        required = False,
     296        readonly = False,
     297        )
     298
     299    department = schema.TextLine(
     300        title = _(u'Department'),
     301        required = False,
     302        readonly = False,
     303        )
     304
    293305class ICustomApplicant(ICustomUGApplicant, ICustomPGApplicant,
    294306                       ICustomSpecialApplicant):
Note: See TracChangeset for help on using the changeset viewer.