Fix daily people not showing up in the webint #24
2
ext.py
2
ext.py
|
@ -112,7 +112,7 @@ class Order:
|
||||||
self.room_errors = []
|
self.room_errors = []
|
||||||
self.loadAns()
|
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
|
self.status = "canceled" # Must refer to the previous status assignment
|
||||||
def loadAns(self):
|
def loadAns(self):
|
||||||
self.shirt_size = self.ans('shirt_size')
|
self.shirt_size = self.ans('shirt_size')
|
||||||
|
|
Loading…
Reference in New Issue