Browse Source

quick update

master
cyril.tsui 2 months ago
parent
commit
47f274854a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/components/JoSave/JoRelease.tsx

+ 2
- 2
src/components/JoSave/JoRelease.tsx View File

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


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




Loading…
Cancel
Save