small fix display_name

This commit is contained in:
Joaquin Ossa 2025-02-10 08:14:02 +01:00
parent 560531aa1e
commit 191f837a69

View file

@ -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