Compare commits
No commits in common. "db45c2e7e330fd6334276cac43ee188a27897327" and "687eaf731747589b2e2000c728556c87314c15c0" have entirely different histories.
db45c2e7e3
...
687eaf7317
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 and not self.daily):
|
if(self.bed_in_room < 0):
|
||||||
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
Block a user