From b3b804375a8e9b43af4d5841b4c81a225af4b876 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 14 Oct 2021 23:53:55 +0000 Subject: [PATCH] case 4002 --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 6c5638c..079d63a 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -510,6 +510,7 @@ namespace AyaNova.PlugIn.V8 await ExportWorkOrderItemPriorities(progress); await ExportQuotes(progress); await ExportPMs(progress); + await SynchronizeSerials(progress); await ExportServiceWorkorders(progress); await ExportUnitMeterReadings(progress); @@ -522,7 +523,7 @@ namespace AyaNova.PlugIn.V8 await ExportClientServiceRequests(progress); await SynchronizeInventory(progress); - await SynchronizeSerials(progress); + //await SynchronizeSerials(progress); await ExportGlobalSettings(progress); await ExportGlobalRegionalWiki(progress);