This commit is contained in:
@@ -1520,7 +1520,7 @@ namespace AyaNova.PlugIn.V8
|
||||
await util.PutAsync("global-biz-setting", d.ToString());
|
||||
return;
|
||||
}
|
||||
progress.Append("v7 Use inventory is Active; parts will be exported with initial inventory to allow migration and adjusted to balance v7 at end of migration");
|
||||
progress.Append("Info: v7 Use inventory is Active");
|
||||
}
|
||||
#endregion InitInventory
|
||||
|
||||
@@ -1619,6 +1619,7 @@ namespace AyaNova.PlugIn.V8
|
||||
//INVENTORY?
|
||||
if (V7UseInventory)
|
||||
{
|
||||
progress.SubOp("Creating temp opening inventory for part in all warehouses");
|
||||
foreach (long l in Allv8WarehouseIds)
|
||||
{
|
||||
//create opening initial inventory just so migrate can proceed without v8 balking
|
||||
|
||||
Reference in New Issue
Block a user