Explorar el Código

no message

production
tommy hace 1 día
padre
commit
84dddf9fba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt Ver fichero

@@ -581,7 +581,7 @@ open class StockInLineService(
this.stockInLine = stockInLine
this.failQty = it.failQty
this.qcPassed = it.qcPassed
this.type = "qc"
this.remarks = it.remarks
this.escalationLog = escalationLogService.find(escLogId).getOrNull()
}


Cargando…
Cancelar
Guardar