diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 8b10e54..25f6ee4 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -131,13 +131,13 @@ namespace AyaNova.PlugIn.V8 return; } - //#if(!DEBUG) + #if(!DEBUG) if (!AyaBizUtils.AyaNovaConnectionSetting.SingleUserConnection) { MessageBox.Show("** WARNING: before proceeding ensure no other users are logged into AyaNova to ensure the integrity of your exported data. Failing to do so *will* result in damaged data. ***"); MessageBox.Show("** WARNING: before proceeding make sure your AyaNova Generator service is STOPPED to ensure the integrity of your exported data. Failing to do so *will* result in damaged data. ***"); } - //#endif + #endif util.Initialized = false; Auth d = new Auth(); @@ -1605,6 +1605,10 @@ namespace AyaNova.PlugIn.V8 foreach (PartWarehouse i in pl) { if (!progress.KeepGoing) return; + if (i.ID == PartWarehouse.DefaultWarehouseID) { + Addv7v8IdMap(i.ID, 1); + continue; + } List tags = new List(); AddImportTag(tags); dynamic d = new JObject();