case 4002

This commit is contained in:
2021-10-14 23:53:55 +00:00
parent 399fb85612
commit b3b804375a

View File

@@ -510,6 +510,7 @@ namespace AyaNova.PlugIn.V8
await ExportWorkOrderItemPriorities(progress); await ExportWorkOrderItemPriorities(progress);
await ExportQuotes(progress); await ExportQuotes(progress);
await ExportPMs(progress); await ExportPMs(progress);
await SynchronizeSerials(progress);
await ExportServiceWorkorders(progress); await ExportServiceWorkorders(progress);
await ExportUnitMeterReadings(progress); await ExportUnitMeterReadings(progress);
@@ -522,7 +523,7 @@ namespace AyaNova.PlugIn.V8
await ExportClientServiceRequests(progress); await ExportClientServiceRequests(progress);
await SynchronizeInventory(progress); await SynchronizeInventory(progress);
await SynchronizeSerials(progress); //await SynchronizeSerials(progress);
await ExportGlobalSettings(progress); await ExportGlobalSettings(progress);
await ExportGlobalRegionalWiki(progress); await ExportGlobalRegionalWiki(progress);