Fix daily people not showing up in the webint #24

Merged
drew merged 1 commits from stranck-dev into drew-dev 2024-05-07 19:32:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bc366c85e5 - Show all commits

2
ext.py
View File

@ -112,7 +112,7 @@ class Order:
self.room_errors = []
self.loadAns()
if(self.bed_in_room < 0):
if(self.bed_in_room < 0 and not self.daily):
self.status = "canceled" # Must refer to the previous status assignment
def loadAns(self):
self.shirt_size = self.ans('shirt_size')