case 4021
This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "7.6.1-alpha.135"; }
|
get { return "7.6.1-alpha.137"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
@@ -3571,6 +3571,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
dwipr.workOrderId = RavenId;
|
dwipr.workOrderId = RavenId;
|
||||||
dwipr.workOrderItemId = ravenwoitemid;
|
dwipr.workOrderItemId = ravenwoitemid;
|
||||||
dwipr.quantity = wipr.Quantity;
|
dwipr.quantity = wipr.Quantity;
|
||||||
|
dwipr.received = wipr.Received;
|
||||||
dwipr.partId = await Getv7v8IdMap(wipr.PartID, RootObjectTypes.Part);
|
dwipr.partId = await Getv7v8IdMap(wipr.PartID, RootObjectTypes.Part);
|
||||||
|
|
||||||
dwipr.partWarehouseId = await Getv7v8IdMap(wipr.PartWarehouseID, RootObjectTypes.PartWarehouse);
|
dwipr.partWarehouseId = await Getv7v8IdMap(wipr.PartWarehouseID, RootObjectTypes.PartWarehouse);
|
||||||
|
|||||||
Reference in New Issue
Block a user