This commit is contained in:
2022-03-07 20:38:38 +00:00
parent 0ea991b8f3
commit 161986c246
3 changed files with 92 additions and 10 deletions

View File

@@ -1293,10 +1293,6 @@ namespace AyaNova.Biz
//Object tags must match and Customer tags must match
if (NotifyEventHelper.ObjectHasAllSubscriptionTags(QuoteInfo.Tags, sub.Tags) && NotifyEventHelper.ObjectHasAllSubscriptionTags(custInfo.Tags, sub.CustomerTags))
{
CustomerNotifyEvent n = new CustomerNotifyEvent()
{
EventType = NotifyEventType.QuoteStatusChange,