Ignore:
Timestamp:
11 Jun 2012, 11:18:51 (12 years ago)
Author:
Henrik Bettermann
Message:

See waeup.uniben.

File:
1 edited

Legend:

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

    r8619 r8678  
    139139        )
    140140
     141    penalty_ug = schema.Float(
     142        title = _(u'UG Penalty Fee'),
     143        default = 0.0,
     144        required = False,
     145        )
     146
     147    penalty_pg = schema.Float(
     148        title = _(u'PG Penalty Fee'),
     149        default = 0.0,
     150        required = False,
     151        )
     152
    141153    def getSessionString():
    142154        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.