|
|
|
@@ -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> |
|
|
|
|
|
|
|
|