Changeset 17530 for main/waeup.aaue
- Timestamp:
- 4 Aug 2023, 14:28:24 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r17510 r17530 556 556 return bedticket.bed_coordinates 557 557 558 def getAccommodationDetails(self, student):558 def deactivated_getAccommodationDetails(self, student): 559 559 """Determine the accommodation data of a student. 560 We are usimng the base package method again. 560 561 """ 561 562 d = {}
Note: See TracChangeset for help on using the changeset viewer.