new dash guest agreement fix

This commit is contained in:
Joaquin Ossa 2025-02-28 09:13:29 +01:00
parent 9aa42064c0
commit c85ce8d0a7
2 changed files with 7 additions and 0 deletions

View file

@ -567,6 +567,7 @@ models:
values:
- "SCREENING"
- "DEPOSIT_MANAGEMENT"
- "GUEST_AGREEMENT"
- name: is_default_service
data_type: boolean

View file

@ -35,6 +35,12 @@ select
9 -- 'WAIVER PRO'
)
then 'DEPOSIT_MANAGEMENT'
when
id_product_service in (
10 -- 'GUEST AGREEMENT'
)
then 'GUEST_AGREEMENT'
else null
end as service_business_type,
product_service_name,