case 4175

This commit is contained in:
2022-08-19 20:14:48 +00:00
parent f3a6182d80
commit edc9d815e9
2 changed files with 5 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.0.0.0")]
[assembly: AssemblyVersion("8.0.1.0")]
[assembly: AssemblyFileVersion("8.0.1.0")]

View File

@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
public string PluginVersion
{
get { return "8.0.0"; }
get { return "8.0.1"; }
}
public string About
@@ -2322,7 +2322,8 @@ namespace AyaNova.PlugIn.V8
private async System.Threading.Tasks.Task ExportInventoryAdjustments(ProgressForm progress)
{
if (!progress.KeepGoing) return;
//case 4175
if (!V7UseInventory) return;
progress.Op("Start inventory adjustments");
progress.SubOp("");