From b639264710a1e00ee388be5c6836a626cf14b7ad Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Tue, 11 Feb 2025 12:36:47 +0100 Subject: [PATCH] fix booking_detail model --- models/intermediate/core/int_core__booking_details.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/intermediate/core/int_core__booking_details.sql b/models/intermediate/core/int_core__booking_details.sql index 04800fe..63c95f2 100644 --- a/models/intermediate/core/int_core__booking_details.sql +++ b/models/intermediate/core/int_core__booking_details.sql @@ -73,7 +73,7 @@ select uh.company_name, 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,