Ignore:
Timestamp:
25 Jan 2023, 08:52:51 (22 months ago)
Author:
Henrik Bettermann
Message:

Allow beds to be blocked so that no student can be allocated to such a bed space (in contrast to reserved beds)

File:
1 edited

Legend:

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

    r17176 r17313  
    2828    bed_letters, blocks, SpecialHandlingSource,
    2929    NOT_OCCUPIED)
    30 from waeup.kofa.students.interfaces import (IStudentsUtils)
     30from waeup.kofa.students.interfaces import IStudentsUtils
    3131
    3232# Define a validation method for sort ids
     
    248248        """
    249249
    250     def switchReservation():
    251         """Reserves bed or relases reserved bed respectively.
     250    def switchBed(switch_type):
     251        """Switches reservation or blockade.
    252252        """
    253253
Note: See TracChangeset for help on using the changeset viewer.