Enable fix

This commit is contained in:
Oscar 2021-11-18 16:41:29 -05:00
parent 1fd31fdd7f
commit 3219a390e4
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ class Booking(Workflow, ModelSQL, ModelView):
'payment_term': None,
'guests_qty': len(fo.guests) + 1,
'reference': '',
'agent': agent_id,
# 'agent': agent_id,
'rooms': fo.room.name,
'company': booking.company.id,
'price_list': booking.price_list.id if booking.price_list else None,