|
|
@@ -454,6 +454,7 @@ open fun updateInventoryLotLineQuantities(request: UpdateInventoryLotLineQuantit |
|
|
SameItemLotInfo( |
|
|
SameItemLotInfo( |
|
|
lotNo = lotNo, |
|
|
lotNo = lotNo, |
|
|
inventoryLotLineId = lotLine.id ?: return@mapNotNull null, |
|
|
inventoryLotLineId = lotLine.id ?: return@mapNotNull null, |
|
|
|
|
|
stockInLineId = lot.stockInLine?.id, |
|
|
availableQty = remainingQty, |
|
|
availableQty = remainingQty, |
|
|
uom = uomDesc, |
|
|
uom = uomDesc, |
|
|
warehouseCode = lotLine.warehouse?.code, |
|
|
warehouseCode = lotLine.warehouse?.code, |
|
|
@@ -504,6 +505,7 @@ open fun updateInventoryLotLineQuantities(request: UpdateInventoryLotLineQuantit |
|
|
SameItemLotInfo( |
|
|
SameItemLotInfo( |
|
|
lotNo = lotNo, |
|
|
lotNo = lotNo, |
|
|
inventoryLotLineId = lotLine.id!!, |
|
|
inventoryLotLineId = lotLine.id!!, |
|
|
|
|
|
stockInLineId = lot.stockInLine?.id, |
|
|
availableQty = remainingQty, |
|
|
availableQty = remainingQty, |
|
|
uom = uomDesc, |
|
|
uom = uomDesc, |
|
|
warehouseCode = whCode, |
|
|
warehouseCode = whCode, |
|
|
|