Ignore:
Timestamp:
6 Nov 2023, 20:09:17 (11 months ago)
Author:
Henrik Bettermann
Message:

New fees.

File:
1 edited

Legend:

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

    r17104 r17635  
    194194        )
    195195       
     196    gown_fee = schema.Float(
     197        title = _(u'Matriculation Gown Fee'),
     198        default = 0.0,
     199        required = False,
     200        )
     201
     202    global_practics_fee = schema.Float(
     203        title = _(u'Global Practics Fee'),
     204        default = 0.0,
     205        required = False,
     206        )
     207
    196208    def getSessionString():
    197209        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.