Remove redundant exception status from invoice state label (#4151)

This commit is contained in:
Umar Bolatov
2022-09-22 23:17:50 -07:00
committed by GitHub
parent 5387a6287e
commit cb391f08b9

View File

@@ -202,11 +202,6 @@
else
{
@Model.State
@if (Model.StatusException != InvoiceExceptionStatus.None)
{
@String.Format(" ({0})", Model.StatusException.ToString())
;
}
}
</td>
</tr>