feat(inventory_receipt): Add status field to inventory receipt response
This commit is contained in:
parent
ff2b49f251
commit
ccb62d0159
|
|
@ -186,6 +186,7 @@ func toInventoryReceiptResponse(e entities.TInventoryReceiptEntity) dtodomain.In
|
|||
ID: e.ID.String(),
|
||||
ReferenceNumber: e.ReferenceNumber,
|
||||
DocumentNumber: e.DocumentNumber,
|
||||
Status: e.Status,
|
||||
ReceiptDate: utils.DateTimeToString(e.ReceiptDate),
|
||||
Source: e.Source,
|
||||
QrCodeFile: e.QrCodeFile,
|
||||
|
|
|
|||
Loading…
Reference in New Issue