Unverified Commit b84fd1de authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Looks like DB RIS uses occupancy = 99 for fully booked

parent 78d792ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -200,6 +200,9 @@ sub display_occupancy {
	if ( $occupancy == 4 ) {
		return q{!};
	}
	if ( $occupancy == 99 ) {
		return q{!};
	}
	return q{?};
}