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