|
|
|
@@ -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, |
|
|
|
|