This commit is contained in:
2022-03-28 19:07:03 +00:00
parent 3498beb78b
commit c3e2fac7a8

View File

@@ -463,6 +463,7 @@ namespace AyaNova.Biz
ImportUtil.Update(Source, Target, propertiesToUpdate);
if (j["Items"] != null)
{
Target.Items.Clear();
foreach (PartAssemblyItem ipi in ImportPartAssemblyItems)
Target.Items.Add(ipi);
}