Napol
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user