LP modifiche per valori tool.FamilyName non concessi.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user