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