This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
production
tommy
1 day ago
parent
b632df1d91
commit
84dddf9fba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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()
}
Write
Preview
Loading…
Cancel
Save