Ignore:
Timestamp:
23 Nov 2018, 11:10:19 (6 years ago)
Author:
Henrik Bettermann
Message:

Add ReleaseExpiredAllocationsActionButton? which has previously only been used by Uniben.

File:
1 edited

Legend:

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

    r14009 r15250  
    7373        )
    7474
     75    allocation_expiration = schema.Int(
     76        title = _(u'Allocation Expiration Time (days)'),
     77        description = _(
     78            'Number of days after which allocation is being annulled'),
     79        required = False,
     80        )
     81
    7582    def clearAllHostels():
    7683        """Clear all hostels.
Note: See TracChangeset for help on using the changeset viewer.