fixed name
This commit is contained in:
parent
15fd885f8a
commit
baa437708f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ with
|
||||||
then null
|
then null
|
||||||
else {{ adapter.quote("documents") }} ->> 'ReservationTotalAmount'
|
else {{ adapter.quote("documents") }} ->> 'ReservationTotalAmount'
|
||||||
end as decimal(19, 4)
|
end as decimal(19, 4)
|
||||||
) as reservation_total_amount,
|
) as reservation_total_amount_in_local_currency,
|
||||||
{{ adapter.quote("documents") }}
|
{{ adapter.quote("documents") }}
|
||||||
->> 'ReservationCurrency' as reservation_currency,
|
->> 'ReservationCurrency' as reservation_currency,
|
||||||
{{ adapter.quote("documents") }} ->> 'Channel' as channel,
|
{{ adapter.quote("documents") }} ->> 'Channel' as channel,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue