- Timestamp:
- 14 Oct 2015, 09:34:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py
r13280 r13316 71 71 """ 72 72 73 def releaseExpiredAllocations(n): 74 """Release bed if bed allocation has expired. Allocation expires 75 after `n` days if maintenance fee has not been paid. 76 """ 77 73 78 def writeLogMessage(view, message): 74 79 """Add an INFO message to hostels.log. … … 230 235 def switchReservation(): 231 236 """Reserves bed or relases reserved bed respectively. 237 """ 238 239 def releaseBedIfMaintenanceNotPaid(): 240 """Release bed if maintenance fee has not been paid on time. 232 241 """ 233 242
Note: See TracChangeset for help on using the changeset viewer.