Ignore:
Timestamp:
8 Nov 2021, 08:32:52 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove 'ratio' field. It's obviously not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py

    r16465 r16703  
    307307        )
    308308
    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    #    )
    315315
    316316    custom_textline_1 = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.