Explorar el Código

item trace type fix

production
kelvin.yau hace 6 horas
padre
commit
f5c7478a27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/ItemTracing/buildTraceGraphNodes.ts

+ 1
- 1
src/components/ItemTracing/buildTraceGraphNodes.ts Ver fichero

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


Cargando…
Cancelar
Guardar