Ignore:
Timestamp:
26 Oct 2007, 16:33:13 (17 years ago)
Author:
Henrik Bettermann
Message:

ticket #19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Accommodation.py

    r2421 r2443  
    6565                            if (block,room_nr) in reserved:
    6666                                bt = "reserved"
    67                             elif not h.special_handling.startswith("no"):
     67                            elif h.special_handling and not h.special_handling.startswith("no"):
    6868                                bt = h.special_handling
    6969                            elif bed in h.beds_for_fresh:
Note: See TracChangeset for help on using the changeset viewer.