From 2f382a5c39fba48be9cb2c09ed3eb36d962f232e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 17 Aug 2021 17:04:38 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 6985cea..5861e97 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 "7.6.1-alpha.119"; } + get { return "7.6.1-alpha.120"; } } public string About @@ -370,8 +370,6 @@ namespace AyaNova.PlugIn.V8 await ExportServiceWorkorders(progress); //MIGRATE_OUTSTANDING - here can fixup loanitem workorder id's - //todo: these are now invalid and awaiting RAVEN end implementation - //after which can copy mostly from service workorder block // await ExportQuotes(progress); // await ExportPMs(progress);