Small changes

This commit is contained in:
Joaquin Ossa 2025-02-26 16:22:32 +01:00
parent ed707849e7
commit 0fd8c21e38
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ with
int_daily_currency_exchange_rates cer_gbp
on dri.created_date_utc = cer_gbp.rate_date_utc
and (cm.corrective_measure ->> 'Currency') = cer_gbp.from_currency
and cer.to_currency = 'GBP'
and cer_gbp.to_currency = 'GBP'
group by dri.id_incident, dri.host_currency
),
guest_amounts_in_gbp as (