This commit is contained in:
@@ -3570,7 +3570,7 @@ namespace AyaNova.PlugIn.V8
|
||||
{
|
||||
dwip.quantity = 0;
|
||||
dwip.suggestedQuantity = wip.Quantity;
|
||||
}
|
||||
}
|
||||
var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part);
|
||||
if (tryPartId == null)
|
||||
{
|
||||
@@ -4450,6 +4450,8 @@ namespace AyaNova.PlugIn.V8
|
||||
dwip.pmId = RavenId;
|
||||
dwip.pmItemId = ravenwoitemid;
|
||||
dwip.quantity = wip.Quantity;
|
||||
|
||||
|
||||
var tryPartId = await Getv7v8IdMapNullOk(wip.PartID, RootObjectTypes.Part);
|
||||
if (tryPartId == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user