Changeset 8676 for main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
- Timestamp:
- 11 Jun 2012, 11:11:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
r8535 r8676 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.