This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
CANCERYS\kw093
2 weeks ago
parent
9f114ba499
commit
2e603ec0be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx
+ 1
- 1
src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save