Audit edit view, Audit Status Date format issue fixed. Email template for CorrectiveActionClosed changed
This commit is contained in:
@ -115,8 +115,9 @@
|
||||
<label class="control-label pull-right">Audit Date:</label>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
@(Html.Kendo().DatePickerFor(model => model.AuditDate.Value)
|
||||
@(Html.Kendo().DatePickerFor(model => model.AuditDate)
|
||||
.Name("txtAuditDate")
|
||||
.HtmlAttributes(new { @type = "text" })
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user