* Added TransactionNumber to have unique values in Dictionary

* Added Saving scanned values
This commit is contained in:
2025-06-12 21:18:37 +02:00
parent 269d9c87a4
commit 9cb7210aa5
6 changed files with 101 additions and 24 deletions

View File

@@ -206,7 +206,8 @@
ItemNumber = item.CustItem,
OrderNumber = customerOrder.CustPo,
WzNumber = materialTransactionDto.MTGroupNum ?? string.Empty,
FK_Header = wzHeader.ID
FK_Header = wzHeader.ID,
TransactionNumber = (int?)materialTransactionDto.TransNum ?? 0
});
}