|
|
@@ -368,7 +368,7 @@ const handleRelease = useCallback(() => { |
|
|
<Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}> |
|
|
<Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}> |
|
|
{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> |
|
|
{!fromJosave && ( |
|
|
|
|
|
|
|
|
{fromJosave && ( |
|
|
<Button |
|
|
<Button |
|
|
variant="contained" |
|
|
variant="contained" |
|
|
color="primary" |
|
|
color="primary" |
|
|
|