Changeset 18038
- Timestamp:
- 12 Mar 2025, 14:37:51 (4 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interfaces.py
r18037 r18038 100 100 # Additional fees in custom package add here 101 101 102 grad_clearance_fee = schema.Float(103 title = _(u'Clearance Fee'),104 default = 0.0,105 required = False,106 )107 102 108 103 #registration_fee = schema.Float( … … 245 240 # Sundry Fees 246 241 242 grad_clearance_fee = schema.Float( 243 title = _(u'Graduation Clearance Fee'), 244 default = 0.0, 245 required = False, 246 ) 247 247 248 medical_screening_fee = schema.Float( 248 249 title = _(u'Medical Screening Fees'), … … 319 320 id_card_fee = schema.Float( 320 321 title = _(u'Student ID Card Fee'), 321 default = 0.0,322 required = False,323 )324 325 grad_clearance_fee = schema.Float(326 title = _(u'Graduation Clearance Fees'),327 322 default = 0.0, 328 323 required = False,
Note: See TracChangeset for help on using the changeset viewer.