This commit is contained in:
2022-03-08 00:36:39 +00:00
parent ca9ee50332
commit 553db1e8e4
5 changed files with 259 additions and 272 deletions

View File

@@ -1301,7 +1301,7 @@ namespace AyaNova.Biz
AyaType = AyaType.Quote,
ObjectId = oProposed.QuoteId,
CustomerNotifySubscriptionId = sub.Id,
Name = $"{QuoteInfo.Serial.ToString()} - {qos.Name}",
Name = QuoteInfo.Serial.ToString(),
Subject="TEST SUBJECT",
Message="TEST MESSAGE"//TODO: template processing here
};