Explorar el Código

update

reset-do-picking-order
CANCERYS\kw093 hace 2 semanas
padre
commit
48a0fbb924
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/components/FinishedGoodSearch/FGPickOrderTicketReleaseTable.tsx

+ 1
- 0
src/components/FinishedGoodSearch/FGPickOrderTicketReleaseTable.tsx Ver fichero

@@ -376,6 +376,7 @@ useEffect(() => {
</Typography>
</Box>
</TableCell>
<TableCell align="right" sx={{ minWidth: 100, width: '8%' }}>{row.handlerName ?? 0}</TableCell>
<TableCell align="right" sx={{ minWidth: 100, width: '8%' }}>{row.numberOfFGItems ?? 0}</TableCell>
</TableRow>
);


Cargando…
Cancelar
Guardar