|
@@ -257,6 +257,8 @@ open class StockInLineService( |
|
|
this.item = stockInLine.item |
|
|
this.item = stockInLine.item |
|
|
this.itemNo = stockInLine.itemNo |
|
|
this.itemNo = stockInLine.itemNo |
|
|
this.purchaseOrderLine = stockInLine.purchaseOrderLine |
|
|
this.purchaseOrderLine = stockInLine.purchaseOrderLine |
|
|
|
|
|
this.productLotNo = stockInLine.productLotNo |
|
|
|
|
|
this.receiptDate = stockInLine.receiptDate |
|
|
this.stockIn = stockInLine.stockIn |
|
|
this.stockIn = stockInLine.stockIn |
|
|
this.demandQty = stockInLine.demandQty |
|
|
this.demandQty = stockInLine.demandQty |
|
|
this.acceptedQty = stockInLine.acceptedQty!!.minus(request.acceptedQty) |
|
|
this.acceptedQty = stockInLine.acceptedQty!!.minus(request.acceptedQty) |
|
|