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);