* Added Lot table and service
* Changed behaviour of scanning to scan first PartNumber, select specific record and then scan MeylePartNumber
This commit is contained in:
@@ -207,7 +207,9 @@
|
||||
OrderNumber = customerOrder.CustPo,
|
||||
WzNumber = materialTransactionDto.MTGroupNum ?? string.Empty,
|
||||
FK_Header = wzHeader.ID,
|
||||
TransactionNumber = (int?)materialTransactionDto.TransNum ?? 0
|
||||
TransactionNumber = (int?)materialTransactionDto.TransNum ?? 0,
|
||||
PartNumberSl = materialTransactionDto.NR_KARTY_KONTROLNEJ,
|
||||
FaIndex = item.Item
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user