Merged PR 4340: fix booking_detail model
# Description Fix `booking_detail` model # Checklist - [x] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. fix booking_detail model
This commit is contained in:
commit
185cbd3274
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue