This commit is contained in:
2022-03-25 19:04:41 +00:00
parent 82d42030a1
commit 1e363ff7f5

View File

@@ -475,7 +475,7 @@ namespace AyaNova.Biz
var res = await CreateAsync(o);
if (res == null)
{
ImportResult.Add($"❌ {o.Name} - {this.GetErrorsAsString()}");
ImportResult.Add($"❌ {o.Name}\r\n{this.GetErrorsAsString()}");
this.ClearErrors();
}
else