Browse Source

item trace type fix

production
kelvin.yau 8 hours ago
parent
commit
f5c7478a27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/ItemTracing/buildTraceGraphNodes.ts

+ 1
- 1
src/components/ItemTracing/buildTraceGraphNodes.ts View File

@@ -1035,7 +1035,7 @@ export const buildTraceGraphNodes = (
sortKey: parseSortKey(e.timestamp, seq++),
title: labels.nodeStockTake,
subtitle: stockTakeEventSubtitle(e),
qty: acceptedQty,
qty: acceptedQty ?? undefined,
uom: stockUom,
meta: meta || undefined,
refCode: e.stockTakeCode,


Loading…
Cancel
Save