From 11713751913210798070274310043b1671059a3f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 17 Aug 2021 19:45:29 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index d738739..c1434f4 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -3359,7 +3359,7 @@ namespace AyaNova.PlugIn.V8 //####################################################################################### var ObjectTypeName = "Quote"; - + progress.SubOp(""); //Step 1: export the CustomFields to FormCustom if applicable so that when doing individual items we can export their custom data too var ocf = ObjectHasCustomFieldDataToExport("WorkorderItem"); bool ShouldExportCustom = ocf != null; @@ -3369,7 +3369,7 @@ namespace AyaNova.PlugIn.V8 //sort by woid var crit = @" - + "; WorkorderQuoteList pl = WorkorderQuoteList.GetList(crit);