Ignore:
Timestamp:
19 Oct 2016, 11:04:49 (8 years ago)
Author:
Henrik Bettermann
Message:

Change fees.

Activate acceptance fee payments.

Add IJMB result fee.

File:
1 edited

Legend:

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

    r13891 r14218  
    232232        required = True,
    233233        )
     234    ijmb_result_fee = schema.Float(
     235        title = _(u'IJMB Result Fee'),
     236        default = 0.0,
     237        required = True,
     238        )
    234239    penalty_ug = schema.Float(
    235240        title = _(u'UG Penalty Fee'),
Note: See TracChangeset for help on using the changeset viewer.