- Timestamp:
- 30 Jul 2025, 09:52:58 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py
r18046 r18143 150 150 ) 151 151 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 152 164 def getSessionString(): 153 165 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.