fix:Unable to pause job card (#42839)

fix: unable to pause job card

Pause operation creates "Value missing for: Completed Qty" error. That field was mandatory but it's non mandatory in v15.
This commit is contained in:
Türker Tunalı
2024-11-15 14:59:58 +03:00
committed by GitHub
parent f871f08f47
commit 8a94d7bea8

View File

@@ -43,7 +43,7 @@
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1, "in_list_view": 1,
"label": "Completed Qty", "label": "Completed Qty",
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "employee", "fieldname": "employee",