case 4175
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("8.0.0.0")]
|
[assembly: AssemblyVersion("8.0.1.0")]
|
||||||
[assembly: AssemblyFileVersion("8.0.0.0")]
|
[assembly: AssemblyFileVersion("8.0.1.0")]
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "8.0.0"; }
|
get { return "8.0.1"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
@@ -2322,7 +2322,8 @@ namespace AyaNova.PlugIn.V8
|
|||||||
private async System.Threading.Tasks.Task ExportInventoryAdjustments(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportInventoryAdjustments(ProgressForm progress)
|
||||||
{
|
{
|
||||||
if (!progress.KeepGoing) return;
|
if (!progress.KeepGoing) return;
|
||||||
|
//case 4175
|
||||||
|
if (!V7UseInventory) return;
|
||||||
|
|
||||||
progress.Op("Start inventory adjustments");
|
progress.Op("Start inventory adjustments");
|
||||||
progress.SubOp("");
|
progress.SubOp("");
|
||||||
|
|||||||
Reference in New Issue
Block a user