This commit is contained in:
David Štaleker
2023-05-23 14:57:29 +02:00
parent a45fe73754
commit 257f8730b2
10 changed files with 2556 additions and 119 deletions

View File

@@ -23,7 +23,7 @@
<td>
@if (item.IdLoadingFk == null)
{
@Html.Raw(item.LoadingText.Replace(Environment.NewLine, "<br/>"))
@Html.Raw(item.LoadingText?.Replace(Environment.NewLine, "<br/>"))
}
else
{
@@ -67,7 +67,7 @@
<td>
@if (item.IdUnloadingFk == null)
{
@Html.Raw(item.UnloadingText.Replace(Environment.NewLine, "<br/>"))
@Html.Raw(item.UnloadingText?.Replace(Environment.NewLine, "<br/>"))
}
else
{