fix booking_detail model

This commit is contained in:
Joaquin Ossa 2025-02-11 12:36:47 +01:00
parent c4a6a78bd5
commit b639264710

View file

@ -73,7 +73,7 @@ select
uh.company_name, uh.company_name,
b.guest_first_name, b.guest_first_name,
b.guest_last_name, b.guest_last_name,
uu.guest_email, uu.email as guest_email,
uu.billing_country_name as guest_billing_country, uu.billing_country_name as guest_billing_country,
uu.billing_town as guest_billing_town, uu.billing_town as guest_billing_town,
a.friendly_name, a.friendly_name,