fix: prevent negative scrap quantity in Job Card (#48545)

(cherry picked from commit 94ec76545c)
This commit is contained in:
Vishist Singh Solanki
2025-07-18 16:07:14 +00:00
committed by Mergify
parent 84c0321785
commit ae945b2e6f

View File

@@ -51,6 +51,7 @@
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1, "in_list_view": 1,
"label": "Qty", "label": "Qty",
"non_negative": 1,
"reqd": 1 "reqd": 1
}, },
{ {