new dash guest agreement fix
This commit is contained in:
parent
9aa42064c0
commit
c85ce8d0a7
2 changed files with 7 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ models:
|
||||||
values:
|
values:
|
||||||
- "SCREENING"
|
- "SCREENING"
|
||||||
- "DEPOSIT_MANAGEMENT"
|
- "DEPOSIT_MANAGEMENT"
|
||||||
|
- "GUEST_AGREEMENT"
|
||||||
|
|
||||||
- name: is_default_service
|
- name: is_default_service
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,12 @@ select
|
||||||
9 -- 'WAIVER PRO'
|
9 -- 'WAIVER PRO'
|
||||||
)
|
)
|
||||||
then 'DEPOSIT_MANAGEMENT'
|
then 'DEPOSIT_MANAGEMENT'
|
||||||
|
when
|
||||||
|
id_product_service in (
|
||||||
|
|
||||||
|
10 -- 'GUEST AGREEMENT'
|
||||||
|
)
|
||||||
|
then 'GUEST_AGREEMENT'
|
||||||
else null
|
else null
|
||||||
end as service_business_type,
|
end as service_business_type,
|
||||||
product_service_name,
|
product_service_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue