This commit is contained in:
mmrbnjd
2024-06-12 07:54:43 +03:30
parent 5a96240660
commit 39c9de8f4c
5 changed files with 61 additions and 4 deletions

View File

@@ -233,6 +233,7 @@ namespace Back.Services
ID = s.ID,
InvoiceID = s.InvoiceID,
SentStatus=s.SentStatus,
InvoiceType= s.InvoiceType,
msgInvoiceType = s.InvoiceType.GetEnumDisplayName(),
msgSentStatus = s.SentStatus.GetEnumDisplayName()