Changeset 6993 for main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
- Timestamp:
- 3 Nov 2011, 21:19:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r6990 r6993 302 302 ) 303 303 304 booking_fee = schema.Int( 305 title = u'Booking Fee', 306 default = 0, 307 ) 308 309 maint_fee = schema.Int( 310 title = u'Maintenance Fee', 311 default = 0, 312 ) 313 304 314 def getSessionString(): 305 315 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.