Ignore:
Timestamp:
24 May 2018, 08:02:17 (6 years ago)
Author:
Henrik Bettermann
Message:

Add new student fees.

File:
1 edited

Legend:

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

    r14942 r15021  
    302302        )
    303303
     304    sports_fee = schema.Float(
     305        title = _(u'Sports Clearance Levy'),
     306        default = 0.0,
     307        required = True,
     308        )
     309
     310    siwes_fee = schema.Float(
     311        title = _(u'SIWES Fee'),
     312        default = 0.0,
     313        required = True,
     314        )
     315
     316    eed_fee = schema.Float(
     317        title = _(u'EED Fee'),
     318        default = 0.0,
     319        required = True,
     320        )
     321
     322    olevel_results_fee = schema.Float(
     323        title = _(u'O\' Level Results Verification'),
     324        default = 0.0,
     325        required = True,
     326        )
     327
    304328    def getSessionString():
    305329        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.