Modified filter and table used

This commit is contained in:
Joaquin Ossa 2024-08-01 14:32:45 +02:00
parent 0281e6e72e
commit 25e657014a
4 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@ select
is_duplicate_booking as is_duplicate_booking,
booking_fee_local as booking_fee_local,
account_currency_iso4217 as account_currency_iso4217,
rate_to_gbp as rate_to_gbp,
booking_fee_in_gbp as booking_fee_in_gbp,
booking_fee_charge_at_utc as booking_fee_charge_at_utc,
booking_fee_charge_date_utc as booking_fee_charge_date_utc
from int_core__host_booking_fees

View file

@ -1045,9 +1045,9 @@ models:
data_type: character varying
description: "Currency used by host/pm/platform users."
- name: rate_to_gbp
- name: booking_fee_in_gbp
data_type: numeric
description: "Exchange rate of the used currency to GBP on the charged date"
description: "The fee to apply to the booking, in GBP"
- name: booking_fee_charge_at_utc
data_type: timestamp without time zone