Ignore:
Timestamp:
5 Apr 2017, 04:41:10 (7 years ago)
Author:
Henrik Bettermann
Message:

Add balance payment category for 'special' aplications.

File:
1 edited

Legend:

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

    r14218 r14664  
    237237        required = True,
    238238        )
     239    balance_fee = schema.Float(
     240        title = _(u'Balance'),
     241        default = 0.0,
     242        required = True,
     243        )
    239244    penalty_ug = schema.Float(
    240245        title = _(u'UG Penalty Fee'),
Note: See TracChangeset for help on using the changeset viewer.