This commit is contained in:
oscar alvarez 2022-05-19 16:25:12 -05:00
parent 1fe30fa5c6
commit 8b04df56e1
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class Folio(ModelSQL, ModelView):
def check_room(self):
Housekeeping = Pool().get('hotel.housekeeping')
hk, _ = Housekeeping.search([
hk, = Housekeeping.search([
('room', '=', self.room.id)
])
if hk.state != 'clean':