Ignore:
Timestamp:
12 Jul 2017, 10:04:35 (7 years ago)
Author:
Henrik Bettermann
Message:

Configure DP penalty fee.

File:
1 edited

Legend:

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

    r14358 r14717  
    100100        )
    101101
     102    penalty_dp = schema.Float(
     103        title = _(u'DP Penalty Fee'),
     104        default = 0.0,
     105        required = False,
     106        )
     107
    102108    admchecking_fee = schema.Float(
    103109        title = _(u'Admission Checking Fee'),
Note: See TracChangeset for help on using the changeset viewer.