refresh log dxf
This commit is contained in:
@@ -198,7 +198,7 @@ namespace NKC_WF
|
||||
fileOk = System.IO.File.Exists(localPath);
|
||||
if (!fileOk)
|
||||
{
|
||||
DataLayer.man.taEL.insertQuery(DateTime.Now, "I.1", $"B.{batchID}", $"{item.ItemExtCode}.dxf", $"DXF File not found for part {item.ItemExtCode} on {localPath} | item description{item.ItemDesc}");
|
||||
DataLayer.man.taEL.insertQuery(DateTime.Now, "I.1", $"B.{batchID}", $"{item.ItemExtCode}.dxf", $"DXF File not found {localPath} | part <b>{item.ItemExtCode}</b> | {item.ItemDesc}");
|
||||
allOk = false;
|
||||
missingDxfList.Add(item.ItemExtCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user