Explorar el Código

no message

production
tommy hace 8 horas
padre
commit
458cc571b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx

+ 1
- 1
src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx Ver fichero

@@ -254,7 +254,7 @@ const isStockSufficient = (line: JobOrderLineInfo) => {
if (stockAvailable === null) {
return false;
}
return stockAvailable >= line.reqQty;
return stockAvailable >= line.stockReqQty;
};
const stockCounts = useMemo(() => {
const nonConsumablesLines = jobOrderLines.filter(


Cargando…
Cancelar
Guardar