Ignore:
Timestamp:
14 Oct 2015, 09:34:30 (9 years ago)
Author:
Henrik Bettermann
Message:

Add some methods to release expired bed allocations. View
components have to be added in custom packages.

File:
1 edited

Legend:

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

    r13314 r13316  
    706706    """
    707707    bed = Attribute('The bed object')
    708     booking_date = Attribute('Date of booking the bed')
    709708    maint_payment_made = Attribute('True if maintenance payment is made')
    710709
     
    731730        source = academic_sessions_vocab,
    732731        required = True,
    733         readonly = True,
     732        readonly = False
    734733        )
    735734
     
    737736        title = _(u'Booking Date'),
    738737        required = False,
    739         readonly = True,
     738        readonly = False,
    740739        )
    741740
     
    743742        title = _(u'Booking Activation Code'),
    744743        required = False,
    745         readonly = True,
     744        readonly = False,
    746745        )
    747746
Note: See TracChangeset for help on using the changeset viewer.