diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 6b3b310..99db058 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -280,6 +280,9 @@ namespace AyaNova.PlugIn.V8 if (progress.KeepGoing) ExportUserCertifications(progress); + if (progress.KeepGoing) + ExportClientNoteTypes(progress); + progress.Op("Exporting Business objects"); //BIZ objects await ExportLocales(progress);