commit wip
This commit is contained in:
parent
20f700433d
commit
308a70ece4
1 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ select
|
|||
uh.billing_country_name as host_country,
|
||||
b.guest_first_name,
|
||||
b.guest_last_name,
|
||||
uu.guest_email,
|
||||
uu.email as guest_email,
|
||||
uu.billing_country_name as guest_billing_country,
|
||||
uu.billing_town as guest_billing_town,
|
||||
a.friendly_name,
|
||||
|
|
@ -158,9 +158,9 @@ select
|
|||
uh.account_currency_iso4217 as host_currency
|
||||
from int_core__verification_payments vp
|
||||
left join int_core__user_host uh on vp.id_user_host = uh.id_user_host
|
||||
left join int_core__unified_user uu on uu.id_user = b.id_user_guest
|
||||
left join payaways pa on vp.id_payment = pa.id_payment
|
||||
left join int_core__bookings b on vp.id_verification_request = b.id_verification_request
|
||||
left join int_core__unified_user uu on uu.id_user = b.id_user_guest
|
||||
left join int_core__accommodation a on b.id_accommodation = a.id_accommodation
|
||||
left join
|
||||
int_daily_currency_exchange_rates der
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue