change visibility level of target calculation

This commit is contained in:
Paul Trowbridge 2025-09-05 08:48:42 -04:00
parent abac006970
commit af4c7c4853

View File

@ -548,7 +548,7 @@ BEGIN
-- Target Support Panel
SELECT
'Target Calculation' AS label,
10 AS detailLevel,
5 AS detailLevel,
(
SELECT * FROM (
SELECT
@ -581,7 +581,7 @@ BEGIN
----------------------label------------------------------------------------
'Target' AS label,
----------------------detailLevel------------------------------------------
10 AS detailLevel,
5 AS detailLevel,
----------------------value------------------------------------------------
tprice AS value,
----------------------type-------------------------------------------------