minor fix

This commit is contained in:
Wilson Gomez 2023-05-30 10:05:23 -05:00
parent 64088d50a8
commit 73848399bb
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ class AppWindow(FrontWindow):
table_assigned = self.store.get('table_assigned')
if table_assigned:
self.RestTables.write(
[table_assigned], {
[table_assigned['id']], {
'state': 'available',
'sale': None,
}