mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: NoneType error when starting job card
This commit is contained in:
@@ -221,6 +221,7 @@ frappe.ui.form.on("Job Card", {
|
|||||||
label: __("Select Employees"),
|
label: __("Select Employees"),
|
||||||
options: "Job Card Time Log",
|
options: "Job Card Time Log",
|
||||||
fieldname: "employees",
|
fieldname: "employees",
|
||||||
|
reqd: 1,
|
||||||
filters: {
|
filters: {
|
||||||
status: "Active",
|
status: "Active",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user