This commit is contained in:
2020-12-10 20:35:20 +00:00
parent 26c046f0aa
commit 5a57a3966e
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ namespace AyaNova.Biz
if (!HasErrors) return string.Empty;
StringBuilder sb = new StringBuilder();
sb.AppendLine("LT:Errors - ");
// sb.AppendLine("LT:Errors - ");
foreach (ValidationError e in _errors)
{
var msg = $"LT:{ApiErrorCodeStockMessage.GetTranslationCodeForApiErrorCode(e.Code)}";