Ignore:
Timestamp:
28 Jan 2019, 13:29:48 (6 years ago)
Author:
Henrik Bettermann
Message:

Next try (without tests!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/accommodation.py

    r15309 r15310  
    5555        except KeyError:
    5656            if 'booking expired' in self[
    57                     str(bedticket.booking_session).bed_coordinates]:
     57                    str(bedticket.booking_session)].bed_coordinates:
    5858                del self[str(bedticket.booking_session)]
     59        self[str(bedticket.booking_session)] = bedticket
    5960        return
    6061
Note: See TracChangeset for help on using the changeset viewer.