Makeroom wizard #27

Merged
stranck merged 15 commits from drew-dev into stranck-dev 2024-05-20 10:32:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db45c2e7e3 - 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')