Changeset 17841 for main


Ignore:
Timestamp:
12 Jul 2024, 05:42:20 (2 months ago)
Author:
Henrik Bettermann
Message:

Ad fee.

File:
1 edited

Legend:

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

    r17698 r17841  
    114114        )
    115115
     116    ijmb_exam_fee = schema.Float(
     117        title = _(u'IJMB Examination Fees'),
     118        default = 0.0,
     119        required = False,
     120        )
     121
     122
    116123    def getSessionString():
    117124        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.