From b84fd1de1598bf0252350bf392838dc8f2a9395b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 16 Jan 2025 18:19:58 +0100 Subject: Looks like DB RIS uses occupancy = 99 for fully booked --- bin/dbris-m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/dbris-m b/bin/dbris-m index 8f7eb03..19eb127 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -200,6 +200,9 @@ sub display_occupancy { if ( $occupancy == 4 ) { return q{!}; } + if ( $occupancy == 99 ) { + return q{!}; + } return q{?}; } -- cgit v1.2.3