fix Dashboard.cshtml
This commit is contained in:
parent
76270239a0
commit
6f836c2449
@ -1,6 +1,5 @@
|
||||
using EnotaryoPH.Data;
|
||||
using EnotaryoPH.Data.Constants;
|
||||
using EnotaryoPH.Web.Common.Services;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
@ -39,7 +38,7 @@ namespace EnotaryoPH.Web.Pages.Principal.Dashboard
|
||||
{
|
||||
Date = ut.TransactionDate,
|
||||
Status = ut.Status,
|
||||
Type = ut.TransactionDocument.DocumentType,
|
||||
Type = ut.TransactionDocument?.DocumentType ?? "UNKNOWN",
|
||||
Link = "#"
|
||||
})
|
||||
.ToList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user