- Timestamp:
- 11 Jun 2012, 11:18:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/interfaces.py
r8619 r8678 139 139 ) 140 140 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 141 153 def getSessionString(): 142 154 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.