Explorar el Código

update

master
CANCERYS\kw093 hace 2 semanas
padre
commit
2e603ec0be
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

@@ -368,7 +368,7 @@ const handleRelease = useCallback(() => {
<Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}>
{t("Lines with insufficient stock: ")}<strong style={{ color: "red" }}>{stockCounts.insufficient}</strong>
</Typography>
{!fromJosave && (
{fromJosave && (
<Button
variant="contained"
color="primary"


Cargando…
Cancelar
Guardar