- Timestamp:
- 17 Aug 2024, 12:43:09 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py
r17841 r17894 57 57 transcript_fee = schema.Float( 58 58 title = _(u'Transcript Fee'), 59 default = 0.0, 60 required = False, 61 ) 62 63 transcript_student_fee = schema.Float( 64 title = _(u'Transcript Fee Students Copy'), 65 default = 0.0, 66 required = False, 67 ) 68 69 transcript_local_fee = schema.Float( 70 title = _(u'Transcript Fee Local Copy'), 71 default = 0.0, 72 required = False, 73 ) 74 75 transcript_inter_fee = schema.Float( 76 title = _(u'Transcript Fee International Copy'), 59 77 default = 0.0, 60 78 required = False,
Note: See TracChangeset for help on using the changeset viewer.