Ignore:
Timestamp:
4 Aug 2023, 14:28:24 (14 months ago)
Author:
Henrik Bettermann
Message:

Use base package method which distinguishes fresh, returning and final year students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py

    r17510 r17530  
    556556        return bedticket.bed_coordinates
    557557
    558     def getAccommodationDetails(self, student):
     558    def deactivated_getAccommodationDetails(self, student):
    559559        """Determine the accommodation data of a student.
     560        We are usimng the base package method again.
    560561        """
    561562        d = {}
Note: See TracChangeset for help on using the changeset viewer.