Changeset 17841
- Timestamp:
- 12 Jul 2024, 05:42:20 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py
r17698 r17841 114 114 ) 115 115 116 ijmb_exam_fee = schema.Float( 117 title = _(u'IJMB Examination Fees'), 118 default = 0.0, 119 required = False, 120 ) 121 122 116 123 def getSessionString(): 117 124 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.