Ignore:
Timestamp:
26 Oct 2012, 07:55:45 (12 years ago)
Author:
Henrik Bettermann
Message:

Use addBedticket properly.

Implement maintenance fee payment in base package and ensure that maintenance (rent) can only be paid if bed has been booked in current session.

File:
1 edited

Legend:

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

    r9243 r9423  
    606606        )
    607607
     608    maint_fee = schema.Float(
     609        title = _(u'Rent'),
     610        default = 0.0,
     611        required = False,
     612        )
     613
    608614    def getSessionString():
    609615        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.