Ignore:
Timestamp:
26 Apr 2022, 14:45:07 (2 years ago)
Author:
Henrik Bettermann
Message:

Add examination fee.

File:
1 edited

Legend:

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

    r16929 r16933  
    327327        )
    328328
     329    exam_fee = schema.Float(
     330        title = _(u'IJMBE Examination Fee'),
     331        default = 0.0,
     332        required = True,
     333        )
     334
    329335    coursereg_deadline = schema.Datetime(
    330336        title = _(u'FT Course Reg. Deadline'),
Note: See TracChangeset for help on using the changeset viewer.