Changeset 16703 for main/waeup.kofa
- Timestamp:
- 8 Nov 2021, 08:32:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py
r16465 r16703 307 307 ) 308 308 309 ratio = schema.Float(310 title = _(u'Installment Ratio'),311 required = False,312 min = 0.0,313 max = 1.0,314 )309 #ratio = schema.Float( 310 # title = _(u'Installment Ratio'), 311 # required = False, 312 # min = 0.0, 313 # max = 1.0, 314 # ) 315 315 316 316 custom_textline_1 = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.