Audit edit view, Audit Status Date format issue fixed. Email template for CorrectiveActionClosed changed

This commit is contained in:
ouellette
2023-01-10 20:52:36 -07:00
parent 0895d6a50b
commit d6984179b5
5 changed files with 5 additions and 8 deletions

View File

@ -118,6 +118,7 @@
<div class="col-sm-9">
@(Html.Kendo().DatePickerFor(model => model.AuditDate)
.Name("txtAuditDate")
.HtmlAttributes(new { @type = "text", Readonly = "Readonly" })
)
</div>
</div>