This commit is contained in:
oscar alvarez 2023-03-27 15:51:04 -05:00
parent b84f54b94f
commit 224b2c6666
1 changed files with 0 additions and 3 deletions

View File

@ -375,8 +375,6 @@ class Booking(Workflow, ModelSQL, ModelView):
else:
compute(folio.taxes, folio.unit_price, folio.nights_quantity)
# if tax_rounding == 'document':
# self._round_taxes(taxes)
return taxes
def get_invoices(self, name=None):
@ -943,7 +941,6 @@ class Booking(Workflow, ModelSQL, ModelView):
if data.get('rooms'):
description.extend(data.get('rooms'))
description = SEPARATOR.join(description)
reference = SEPARATOR.join(data.get('reference'))
agent = None
if data.get('agent'):