Merge pull request #48700 from Vishist16/fix-negative-scrap-qty-jobcard-48545

fix: prevent negative scrap quantity in Job Card (#48545)
This commit is contained in:
Mihir Kandoi
2025-07-29 13:26:55 +05:30
committed by GitHub

View File

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