Przeglądaj źródła

update

create_edit_user
MSI\derek 2 miesięcy temu
rodzic
commit
0dcf4d09f2
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt
  2. +0
    -0
      src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql

+ 2
- 0
src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt Wyświetl plik

@@ -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)


+ 0
- 0
src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql Wyświetl plik


Ładowanie…
Anuluj
Zapisz