MessageTemplates()
{
Name = "ReturnRequestStatusChanged.CustomerNotification",
Subject = "%Store.Name%. Return request status was changed.",
- Body = templateHeader + "
Hello %Customer.FullName%,
Your return request #%ReturnRequest.ID% status has been changed.
" + templateFooter,
+ Body = templateHeader + "
Hello %Customer.FullName%,
Your return request #%ReturnRequest.ID% status has been changed: %ReturnRequest.Status%
" + templateFooter,
IsActive = true,
EmailAccountId = eaGeneral.Id,
},
diff --git a/src/Libraries/SmartStore.Data/SmartStore.Data.csproj b/src/Libraries/SmartStore.Data/SmartStore.Data.csproj
index ef0ea1653d..ff7fd39e2b 100644
--- a/src/Libraries/SmartStore.Data/SmartStore.Data.csproj
+++ b/src/Libraries/SmartStore.Data/SmartStore.Data.csproj
@@ -93,9 +93,9 @@
True
..\..\packages\Microsoft.SqlServer.Scripting.11.0.2100.61\lib\Microsoft.SqlServer.Smo.dll