From edc9d815e9ea8163ae43ed644142a34b86f9e5ab Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 19 Aug 2022 20:14:48 +0000 Subject: [PATCH] case 4175 --- source/Plugins/AyaNova.Plugin.V8/Properties/AssemblyInfo.cs | 4 ++-- source/Plugins/AyaNova.Plugin.V8/V8.cs | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/Properties/AssemblyInfo.cs b/source/Plugins/AyaNova.Plugin.V8/Properties/AssemblyInfo.cs index bca86d6..a23d962 100644 --- a/source/Plugins/AyaNova.Plugin.V8/Properties/AssemblyInfo.cs +++ b/source/Plugins/AyaNova.Plugin.V8/Properties/AssemblyInfo.cs @@ -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")] diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 2ef835a..9b18c27 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -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("");