case 4175
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user