From 221668da808db03feff7fa2ea057f7a5077dabde Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Aug 2020 18:29:32 +0000 Subject: [PATCH] case 3808 --- .../bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs index b387c7f..c3d9f41 100644 --- a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs +++ b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs @@ -258,7 +258,9 @@ namespace GZTW.AyaNova.BLL //case 1382 case RootObjectTypes.Nothing: { - return "SMTP connection failure"; + //return "SMTP connection failure"; + //case 3808 + return "SMTP";//there are now many items logged as SMTP due to this case that aren't errors so just return smtp instead }