diff --git a/src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt b/src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt index afc5faf..c2a54cb 100644 --- a/src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt +++ b/src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt @@ -257,6 +257,8 @@ open class StockInLineService( this.item = stockInLine.item this.itemNo = stockInLine.itemNo this.purchaseOrderLine = stockInLine.purchaseOrderLine + this.productLotNo = stockInLine.productLotNo + this.receiptDate = stockInLine.receiptDate this.stockIn = stockInLine.stockIn this.demandQty = stockInLine.demandQty this.acceptedQty = stockInLine.acceptedQty!!.minus(request.acceptedQty) diff --git a/src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql b/src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql new file mode 100644 index 0000000..e69de29