This commit is contained in:
2021-08-13 18:36:54 +00:00
parent 5ea07cd003
commit f8609e59ec
3 changed files with 22 additions and 21 deletions

View File

@@ -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