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

Add ug and pg penalty fees.

File:
1 edited

Legend:

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

    r8535 r8676  
    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.