small fix display_name
This commit is contained in:
parent
560531aa1e
commit
191f837a69
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ with
|
||||||
select
|
select
|
||||||
id_user_product_bundle,
|
id_user_product_bundle,
|
||||||
id_user_host,
|
id_user_host,
|
||||||
product_service_name as service_display_name
|
product_service_display_name as service_display_name
|
||||||
from int_core__user_product_bundle_contains_services
|
from int_core__user_product_bundle_contains_services
|
||||||
-- Union of all product services with all protection plan services.
|
-- Union of all product services with all protection plan services.
|
||||||
-- This is because there are basically two types of services: product services
|
-- This is because there are basically two types of services: product services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue