Ignore:
Timestamp:
11 Nov 2015, 07:54:44 (9 years ago)
Author:
Henrik Bettermann
Message:

Update documentation.

Show button also on all data center pages.

File:
1 edited

Legend:

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

    r13432 r13434  
    8282
    8383class BedProcessor(BatchProcessor):
    84     """The Bed Procesor update beds. It does allocate students
    85     to empty beds and switches the reservation status of beds.
     84    """The Bed Procesor update beds. It allocates students
     85    to empty beds and switches the reservation status of beds. ``1``
     86    means reserved and ``0`` unreserved. Beds cannot be released
     87    by import.
    8688    """
    8789    grok.implements(IBatchProcessor)
Note: See TracChangeset for help on using the changeset viewer.