This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user