From 47fe7254e3f8632dbd8a5c43bb5afd674317d71e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 10 Nov 2020 00:15:40 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 3 +++ 1 file changed, 3 insertions(+) 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);