Explorar el Código

quick update

master
cyril.tsui hace 2 meses
padre
commit
47f274854a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/JoSave/JoRelease.tsx

+ 2
- 2
src/components/JoSave/JoRelease.tsx Ver fichero

@@ -100,14 +100,14 @@ const JoRelease: React.FC<Props> = ({
{t("Lines with insufficient stock: ")}<strong style={{ color: 'red' }}>{stockCounts.insufficient}</strong>
</Typography>

{/* <Button
<Button
variant="contained"
color="primary"
onClick={handleRelease}
disabled={stockCounts.insufficient > 0 || status !== "planning"}
>
{t("Release")}
</Button> */}
</Button>
</Stack>



Cargando…
Cancelar
Guardar