Changeset 9423 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 26 Oct 2012, 07:55:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r9243 r9423 606 606 ) 607 607 608 maint_fee = schema.Float( 609 title = _(u'Rent'), 610 default = 0.0, 611 required = False, 612 ) 613 608 614 def getSessionString(): 609 615 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.