Ignore:
Timestamp:
30 Jul 2025, 09:52:58 (5 days ago)
Author:
Henrik Bettermann
Message:

New fees.

File:
1 edited

Legend:

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

    r18046 r18143  
    150150        )
    151151
     152    trcn_nce_fee = schema.Float(
     153        title = _(u'NCE TRCN Induction License Fee'),
     154        default = 0.0,
     155        required = False,
     156        )
     157
     158    trcn_degree_fee = schema.Float(
     159        title = _(u'Degree TRCN Induction License Fee'),
     160        default = 0.0,
     161        required = False,
     162        )
     163
    152164    def getSessionString():
    153165        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.