Changeset 2443 for WAeUP_SRP/base/Accommodation.py
- Timestamp:
- 26 Oct 2007, 16:33:13 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Accommodation.py
r2421 r2443 65 65 if (block,room_nr) in reserved: 66 66 bt = "reserved" 67 elif not h.special_handling.startswith("no"):67 elif h.special_handling and not h.special_handling.startswith("no"): 68 68 bt = h.special_handling 69 69 elif bed in h.beds_for_fresh:
Note: See TracChangeset for help on using the changeset viewer.