From 38ff2dc313c516976ff092eb8bc45956228c559d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 12 Oct 2021 00:38:26 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index ffa1955..36226ea 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -501,6 +501,7 @@ namespace AyaNova.PlugIn.V8 await ExportPartAssemblies(progress); await ExportProjects(progress); await ExportPurchaseOrders(progress); + await ExportAdjustmentSerials(progress); await ExportUnitModels(progress); await ExportUnits(progress); await ExportExternalUsers(progress);//needs vendors, clients and headoffices already exported so needs to be here late