Browse Source

revert version comment

production
CANCERYS\kw093 18 hours ago
parent
commit
6b6a75f4ed
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -1378,7 +1378,7 @@ open class StockInLineService(
} }
@Transactional @Transactional


/** FP-MTMS Version Checklist | Functions Ref. No. 46 | v1.0.1 | 2026-08-05 */
/** FP-MTMS Version Checklist | Functions Ref. No. 46 | v1.0.0 | 2026-08-03 */
private fun createStockLedgerForStockIn(stockInLine: StockInLine, inQty: Double) { private fun createStockLedgerForStockIn(stockInLine: StockInLine, inQty: Double) {
val _t0 = System.nanoTime() val _t0 = System.nanoTime()
fun _msSince(t: Long): Double = (System.nanoTime() - t) / 1_000_000.0 fun _msSince(t: Long): Double = (System.nanoTime() - t) / 1_000_000.0


Loading…
Cancel
Save