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",
"in_list_view": 1,
"label": "Completed Qty",
"reqd": 1
"reqd": 0
},
{
"fieldname": "employee",
@@ -74,4 +74,4 @@
"sort_field": "modified",
"sort_order": "ASC",
"track_changes": 1
}
}