This commit is contained in:
2022-12-23 01:40:48 +00:00
parent 37db87c90e
commit 8efda0319d
4 changed files with 169 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ namespace Sockeye.Biz
.AddText(obj.CouponCode)
.AddText(obj.Wiki)
.AddText(obj.Tags)
.AddText(obj.PurchaseNotes)
.AddText(obj.Notes)
.AddText(obj.VendorData);
}