Changeset 16342


Ignore:
Timestamp:
4 Dec 2020, 07:16:13 (4 years ago)
Author:
Henrik Bettermann
Message:

Add fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interfaces.py

    r16325 r16342  
    159159        )
    160160
     161    maintenance_fee = schema.Float(
     162        title = _(u'Maintenance and Utility Fees'),
     163        default = 0.0,
     164        required = False,
     165        )
     166
    161167    def getSessionString():
    162168        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.