Przeglądaj źródła

item trace type fix

production
kelvin.yau 6 godzin temu
rodzic
commit
f5c7478a27
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/components/ItemTracing/buildTraceGraphNodes.ts

+ 1
- 1
src/components/ItemTracing/buildTraceGraphNodes.ts Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz