This commit is contained in:
2022-02-07 00:03:50 +00:00
parent 3194b0800a
commit 10dba5928b

View File

@@ -3570,7 +3570,7 @@ namespace AyaNova.PlugIn.V8
{ {
dwip.quantity = 0; dwip.quantity = 0;
dwip.suggestedQuantity = wip.Quantity; dwip.suggestedQuantity = wip.Quantity;
} }
var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part); var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part);
if (tryPartId == null) if (tryPartId == null)
{ {
@@ -4450,6 +4450,8 @@ namespace AyaNova.PlugIn.V8
dwip.pmId = RavenId; dwip.pmId = RavenId;
dwip.pmItemId = ravenwoitemid; dwip.pmItemId = ravenwoitemid;
dwip.quantity = wip.Quantity; dwip.quantity = wip.Quantity;
var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part); var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part);
if (tryPartId == null) if (tryPartId == null)
{ {