LP modifiche per valori tool.FamilyName non concessi.

This commit is contained in:
ext_luca.pansa@cms.it
2021-01-12 17:01:10 +01:00
parent da9ee52436
commit ec3c8677cb
+1 -1
View File
@@ -3932,7 +3932,7 @@ namespace CMS_CORE_Library.Siemens
List<Item> items = new List<Item>()
{
// TC_TP2
new Item("/Tool/Data/toolIdent[" + tool.Id + "]") { Value = tool.FamilyName },
new Item("/Tool/Data/toolIdent[" + tool.Id + "]") { Value = (""+tool.FamilyName).Replace(",","") },
// TC_TP3
new Item() { Path = "/Tool/Data/toolsize_left[" + tool.Id + "]", Value = tool.LeftSize },
// TC_TP4