Ignore:
Timestamp:
3 Nov 2011, 21:19:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Extend ISessionConfiguration and fix utils.py.

File:
1 edited

Legend:

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

    r6990 r6993  
    302302        )
    303303
     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
    304314    def getSessionString():
    305315        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.