fixed name

This commit is contained in:
Joaquin Ossa 2024-12-11 10:47:33 +01:00
parent 15fd885f8a
commit baa437708f

View file

@ -24,7 +24,7 @@ with
then null
else {{ adapter.quote("documents") }} ->> 'ReservationTotalAmount'
end as decimal(19, 4)
) as reservation_total_amount,
) as reservation_total_amount_in_local_currency,
{{ adapter.quote("documents") }}
->> 'ReservationCurrency' as reservation_currency,
{{ adapter.quote("documents") }} ->> 'Channel' as channel,