From e7678eb2415a75c3e11d45a235ec35f879d6e999 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Nov 2020 21:28:49 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 8be7bf2..64f3489 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -727,12 +727,9 @@ namespace AyaNova.PlugIn.V8 //contact created if (!string.IsNullOrWhiteSpace(c.Contact)) { + todo } - else - { - //no contact but may be contact notes so put them in the customer notes instead - - } + } }